summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-08 13:53:13 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-08 13:53:13 (GMT)
commitf59693b971819c0442657ed025ff009da6217103 (patch)
treeb5598a22d07e4afdc66e9c5d9b71e52826c11f70 /Source/kwsys/testDynamicLoader.cxx
parent4340507207830c5d82ca59b2e82cddf6dbf8f36b (diff)
parent1a39f857f705604818b81ed38a3d7de2d1b66fa6 (diff)
downloadCMake-f59693b971819c0442657ed025ff009da6217103.zip
CMake-f59693b971819c0442657ed025ff009da6217103.tar.gz
CMake-f59693b971819c0442657ed025ff009da6217103.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index dd6d603..1bff707 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -15,14 +15,10 @@
#include KWSYS_HEADER(ios/iostream)
#include KWSYS_HEADER(stl/string)
-#if defined(__BEOS__)
+#if defined(__BEOS__) || defined(__HAIKU__)
#include <be/kernel/OS.h> /* disable_debugger() API. */
#endif
-#if defined(__HAIKU__)
-#include <os/kernel/OS.h> /* disable_debugger() API. */
-#endif
-
// Work-around CMake dependency scanning limitation. This must
// duplicate the above list of headers.
#if 0