Remove some more includes.

This commit is contained in:
Lioncash 2013-10-19 18:58:02 -04:00
parent 207547b425
commit 1f0710caf7
20 changed files with 42 additions and 53 deletions

View file

@ -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;