removed redundant #include
[pspp-builds.git] / src / data / category.c
index fe053b8699fef7d8a84cb9368aa9370d31b51df5..ac8664c4ce72723a58b39920e5332dfe8bbe0efb 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - binary encodings for categorical variables.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Jason H Stover <jason@sakla.net>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -33,8 +32,6 @@
 */
 #include <config.h>
 
-#include "category.h"
-
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>