summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fileutils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fileutils.h b/include/fileutils.h
index 9623a548d..e50cc8c34 100644
--- a/include/fileutils.h
+++ b/include/fileutils.h
@@ -19,10 +19,6 @@
#pragma once
-#ifndef _WIN32
-# include <dirent.h>
-#endif
-
/** Provides an easy method of reading a text file into memory. */
class CoreExport FileReader
{