diff options
author | Brad King <brad.king@kitware.com> | 2013-10-08 13:53:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-08 13:53:13 (GMT) |
commit | f59693b971819c0442657ed025ff009da6217103 (patch) | |
tree | b5598a22d07e4afdc66e9c5d9b71e52826c11f70 /Source/kwsys/SystemTools.cxx | |
parent | 4340507207830c5d82ca59b2e82cddf6dbf8f36b (diff) | |
parent | 1a39f857f705604818b81ed38a3d7de2d1b66fa6 (diff) | |
download | CMake-f59693b971819c0442657ed025ff009da6217103.zip CMake-f59693b971819c0442657ed025ff009da6217103.tar.gz CMake-f59693b971819c0442657ed025ff009da6217103.tar.bz2 |
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index e9a1fd3..749002d 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -152,11 +152,6 @@ public: #define _chdir chdir #endif -#if defined(__HAIKU__) -#include <os/kernel/OS.h> -#include <os/storage/Path.h> -#endif - #if defined(__BEOS__) && !defined(__ZETA__) #include <be/kernel/OS.h> #include <be/storage/Path.h> |