diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/os_unix_defs.h | 2 | ||||
-rw-r--r-- | src/os_unixx.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index 4545ddd77d..fd7bc66def 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -274,9 +274,7 @@ /* Note: Some systems need both string.h and strings.h (Savage). However, * some systems can't handle both, only use string.h in that case. */ -#ifdef HAVE_STRING_H # include <string.h> -#endif #if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H) # include <strings.h> #endif diff --git a/src/os_unixx.h b/src/os_unixx.h index e07d2bae67..1c9c8d8bae 100644 --- a/src/os_unixx.h +++ b/src/os_unixx.h @@ -52,9 +52,7 @@ #endif #endif -#ifdef HAVE_STRING_H # include <string.h> -#endif #ifdef HAVE_SYS_STREAM_H # include <sys/stream.h> |