[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/src/data category.c ChangeLog
From: |
Jason H Stover |
Subject: |
[Pspp-cvs] pspp/src/data category.c ChangeLog |
Date: |
Thu, 10 May 2007 22:26:03 +0000 |
CVSROOT: /sources/pspp
Module name: pspp
Changes by: Jason H Stover <jstover> 07/05/10 22:26:03
Modified files:
src/data : category.c ChangeLog
Log message:
removed redundant #include
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/category.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.116&r2=1.117
Patches:
Index: category.c
===================================================================
RCS file: /sources/pspp/pspp/src/data/category.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- category.c 10 May 2007 22:00:59 -0000 1.9
+++ category.c 10 May 2007 22:26:03 -0000 1.10
@@ -32,8 +32,6 @@
*/
#include <config.h>
-#include "category.h"
-
#include <assert.h>
#include <stdlib.h>
#include <string.h>
Index: ChangeLog
===================================================================
RCS file: /sources/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- ChangeLog 6 May 2007 22:05:21 -0000 1.116
+++ ChangeLog 10 May 2007 22:26:03 -0000 1.117
@@ -1,3 +1,7 @@
+2007-05-10 Jason Stover <address@hidden>
+
+ * category.c: Removed redundant #include
+
2007-05-06 Ben Pfaff <address@hidden>
Abstract the documents within a dictionary a little better.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] pspp/src/data category.c ChangeLog,
Jason H Stover <=