aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 30ac870f05..e70a9328cb 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -24,14 +24,10 @@
*/
#include "common/file.h"
-#include "common/fs.h"
#include "common/hashmap.h"
#include "common/util.h"
#include "common/hash-str.h"
-
-#if defined(UNIX) || defined(__SYMBIAN32__)
#include <errno.h>
-#endif
#ifdef MACOSX
#include "CoreFoundation/CoreFoundation.h"