summaryrefslogtreecommitdiff
path: root/include/fileutils.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-06-20 10:24:16 +0100
committerPeter Powell <petpow@saberuk.com>2019-06-20 10:24:16 +0100
commit5b152cfcd993119c0d0ef87b73b3b0f20c940cdc (patch)
tree3f4fde520f5afd9f7950862607e88e6fc81f0af3 /include/fileutils.h
parentd2ffdfc2ce33259ea8bfa225cbd44b2ea336b6e7 (diff)
Deduplicate dirent.h inclusion.
Diffstat (limited to 'include/fileutils.h')
-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
{