summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:24:38 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:24:38 +0200
commitc8c8981a55761ccb1b63835b83233e007c2bdedc (patch)
tree0d0fb6ee52e904a4dd0732738f39dff65cb7ed7a /ACE/ace/os_include
parent3ba2cee7ad05f99edfd1abd6894b99ed613dd5d4 (diff)
downloadATCD-c8c8981a55761ccb1b63835b83233e007c2bdedc.tar.gz
Removed check for ACE_LACKS_STRING_H, not set in any config file
* ACE/ace/os_include/os_string.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_string.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/os_include/os_string.h b/ACE/ace/os_include/os_string.h
index 3b6d34356ca..3de55107cb8 100644
--- a/ACE/ace/os_include/os_string.h
+++ b/ACE/ace/os_include/os_string.h
@@ -23,10 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/os_include/os_stddef.h"
-
-#if !defined (ACE_LACKS_STRING_H)
-# include /**/ <string.h>
-#endif /* !ACE_LACKS_STRING_H */
+#include /**/ <string.h>
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_OS_STRING_H */