diff options
author | Peter Powell <petpow@saberuk.com> | 2019-06-20 10:24:16 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-06-20 10:24:16 +0100 |
commit | 5b152cfcd993119c0d0ef87b73b3b0f20c940cdc (patch) | |
tree | 3f4fde520f5afd9f7950862607e88e6fc81f0af3 /src/inspircd.cpp | |
parent | d2ffdfc2ce33259ea8bfa225cbd44b2ea336b6e7 (diff) |
Deduplicate dirent.h inclusion.
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index c5d958f87..29cd8acf2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -30,7 +30,6 @@ #include <signal.h> #ifndef _WIN32 - #include <dirent.h> #include <unistd.h> #include <sys/resource.h> #include <dlfcn.h> |