shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/lib internal.h


From: shishi-commit
Subject: shishi/lib internal.h
Date: Tue, 23 Sep 2003 19:05:08 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/23 19:05:08

Modified files:
        lib            : internal.h 

Log message:
        Simplify include mess.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/internal.h.diff?tr1=1.68&tr2=1.69&r1=text&r2=text

Patches:
Index: shishi/lib/internal.h
diff -u shishi/lib/internal.h:1.68 shishi/lib/internal.h:1.69
--- shishi/lib/internal.h:1.68  Tue Sep 23 18:31:01 2003
+++ shishi/lib/internal.h       Tue Sep 23 19:05:07 2003
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <ctype.h>
+#include <string.h>
 #endif
 
 #ifdef HAVE_SYS_TYPES_H
@@ -88,16 +89,6 @@
 # endif
 #endif
 
-#if HAVE_STRING_H
-# if !STDC_HEADERS && HAVE_MEMORY_H
-#  include <memory.h>
-# endif
-# include <string.h>
-#endif
-#if HAVE_STRINGS_H
-# include <strings.h>
-#endif
-
 #ifdef HAVE_SIGNAL_H
 #include <signal.h>
 #endif
@@ -119,9 +110,9 @@
 #include <resolv.h>
 #endif
 
-#ifdef HAVE_SYSLOG_H 
-#include <syslog.h> 
-#endif 
+#ifdef HAVE_SYSLOG_H
+#include <syslog.h>
+#endif
 
 #include "gettext.h"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]