summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileSearch.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-10-19 18:58:02 -0400
committerLioncash <mathew1800@gmail.com>2013-10-19 19:59:03 -0400
commit1f0710caf7feee1f7f92033b75b4b85686094d90 (patch)
tree18566b5bb86d521c50608eb754063efb4c4ba025 /Source/Core/Common/Src/FileSearch.cpp
parent207547b425ae61cbd53190f9a3d1535231d28279 (diff)
Remove some more includes.
Diffstat (limited to 'Source/Core/Common/Src/FileSearch.cpp')
-rw-r--r--Source/Core/Common/Src/FileSearch.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/Common/Src/FileSearch.cpp b/Source/Core/Common/Src/FileSearch.cpp
index f790b68c4d..3a6b6c1dc9 100644
--- a/Source/Core/Common/Src/FileSearch.cpp
+++ b/Source/Core/Common/Src/FileSearch.cpp
@@ -12,11 +12,9 @@
#include <windows.h>
#endif
-#include <string>
#include <algorithm>
#include "FileSearch.h"
-
#include "StringUtil.h"
@@ -46,7 +44,7 @@ void CFileSearch::FindFiles(const std::string& _searchString, const std::string&
bool bkeepLooping = true;
while (bkeepLooping)
- {
+ {
if (findData.cFileName[0] != '.')
{
std::string strFilename;