summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:29:25 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:29:25 +0200
commite753ae7dddbd01809fd3c6652a422cda6525d88d (patch)
treea2b5fee9048c1b3b32cc0b99057151dcdc06c87e /ACE
parent2d5df2ff7e8012581017626ee8aa2c7586d8a3ea (diff)
downloadATCD-e753ae7dddbd01809fd3c6652a422cda6525d88d.tar.gz
Removed check for ACE_LACKS_STDBOOL_H, not set in any config file
* ACE/ace/os_include/os_stdbool.h:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/os_include/os_stdbool.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/os_include/os_stdbool.h b/ACE/ace/os_include/os_stdbool.h
index b4c1c141cfc..7cb2ae95a19 100644
--- a/ACE/ace/os_include/os_stdbool.h
+++ b/ACE/ace/os_include/os_stdbool.h
@@ -22,9 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if !defined (ACE_LACKS_STDBOOL_H)
-# include /**/ <stdbool.h>
-#endif /* !ACE_LACKS_STDBOOL_H */
+#include /**/ <stdbool.h>
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_OS_STDBOOL_H */