aboutsummaryrefslogtreecommitdiff
path: root/src/common/file_search.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-10 18:44:08 -0400
committerbunnei <bunneidev@gmail.com>2014-09-10 18:44:08 -0400
commitd79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch)
tree49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/common/file_search.cpp
parent249a567834798d97d1281d7cc2209f6c52b80f8b (diff)
parent6e606c515f56b456a8031b235fd4f8d8453483a4 (diff)
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/common/file_search.cpp')
-rw-r--r--src/common/file_search.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/file_search.cpp b/src/common/file_search.cpp
index a9d19477de..cd50ace753 100644
--- a/src/common/file_search.cpp
+++ b/src/common/file_search.cpp
@@ -4,15 +4,13 @@
#include "common/common.h"
-#include "common/common_paths.h"
+
#ifndef _WIN32
-#include <sys/types.h>
#include <dirent.h>
#else
#include <windows.h>
#endif
-#include <string>
#include <algorithm>
#include "common/file_search.h"