PERFORCE change 144865 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 8 08:18:54 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144865

Change 144865 by gabor at gabor_server on 2008/07/08 08:17:55

	- Remove superfluous headers

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#59 edit
.. //depot/projects/soc2008/gabor_textproc/grep/grep.h#34 edit
.. //depot/projects/soc2008/gabor_textproc/grep/util.c#50 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#59 (text+ko) ====

@@ -43,7 +43,6 @@
 #include <errno.h>
 #include <getopt.h>
 #include <locale.h>
-#include <regex.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

==== //depot/projects/soc2008/gabor_textproc/grep/grep.h#34 (text+ko) ====

@@ -31,7 +31,6 @@
 
 #include <regex.h>
 #include <stdio.h>
-#include <zlib.h>
 
 #ifdef WITHOUT_NLS
 #define getstr(n)	 errstr[n]

==== //depot/projects/soc2008/gabor_textproc/grep/util.c#50 (text+ko) ====

@@ -41,12 +41,10 @@
 #include <err.h>
 #include <errno.h>
 #include <fts.h>
-#include <regex.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <zlib.h>
 
 #include "grep.h"
 


More information about the p4-projects mailing list