aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/kfile.cpp')
-rw-r--r--engines/sci/engine/kfile.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/engine/kfile.cpp b/engines/sci/engine/kfile.cpp
index e7370caed5..ee80af6a72 100644
--- a/engines/sci/engine/kfile.cpp
+++ b/engines/sci/engine/kfile.cpp
@@ -23,12 +23,6 @@
*
*/
-#ifdef WIN32
-# include <direct.h>
-#elif defined (__DC__)
-# include <dc.h>
-#endif
-
#include "common/archive.h"
#include "common/file.h"
#include "common/str.h"