aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix_defs.h
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-01 13:18:50 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-02 18:52:16 -0300
commitec51b04a89f222d0a5504687dbc4d1d070a19398 (patch)
treefbe7aa41af3d0f7c42475b7ea73c7ee127fd854d /src/os_unix_defs.h
parent6c902e21047d17655fa55864004d77e53eda4428 (diff)
downloadrneovim-ec51b04a89f222d0a5504687dbc4d1d070a19398.tar.gz
rneovim-ec51b04a89f222d0a5504687dbc4d1d070a19398.tar.bz2
rneovim-ec51b04a89f222d0a5504687dbc4d1d070a19398.zip
remove HAVE_STRING_H
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r--src/os_unix_defs.h2
1 files changed, 0 insertions, 2 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