removed redundant #include
authorJason Stover <jhs@math.gcsu.edu>
Thu, 10 May 2007 22:26:03 +0000 (22:26 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Thu, 10 May 2007 22:26:03 +0000 (22:26 +0000)
src/data/ChangeLog
src/data/category.c

index c4a4e011bec528dce260521b4c1805c5848389f5..d95fd00d642496e46fb6421ff6d77041725b5b0f 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-10  Jason Stover  <jhs@math.gcsu.edu>
+
+       * category.c: Removed redundant #include
+
 2007-05-06  Ben Pfaff  <blp@gnu.org>
 
        Abstract the documents within a dictionary a little better.
index a8dd431b31904845b9efec054fbb4646af5e0190..ac8664c4ce72723a58b39920e5332dfe8bbe0efb 100644 (file)
@@ -32,8 +32,6 @@
 */
 #include <config.h>
 
-#include "category.h"
-
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>