diff --git a/SystemTools.cxx b/SystemTools.cxx index e9a1fd37d22ed65035ba15307409baa76876e4c7..749002d1c3d01335b4d88faf19886be39838d9b2 100644 --- a/SystemTools.cxx +++ b/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>