diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-20 03:23:25 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-07-20 03:23:25 +0000 |
| commit | 244448014af2b5524c0cc4306cf18185d48d6c2b (patch) | |
| tree | 4d48eb111a69e588c17da75c0ebd759cd17367e2 /Source/Core/Common/Src/FileSearch.cpp | |
| parent | 6813a75ab24d9795469b267db1841c7e69a69300 (diff) | |
Prevent double inclusion of CommonPaths.h as pointed out by Glenn.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5922 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/FileSearch.cpp')
| -rw-r--r-- | Source/Core/Common/Src/FileSearch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/FileSearch.cpp b/Source/Core/Common/Src/FileSearch.cpp index 36eb3d0536..63f5f82771 100644 --- a/Source/Core/Common/Src/FileSearch.cpp +++ b/Source/Core/Common/Src/FileSearch.cpp @@ -16,6 +16,7 @@ // http://code.google.com/p/dolphin-emu/ #include "Common.h" +#include "CommonPaths.h" #ifndef _WIN32 #include <sys/types.h> #include <dirent.h> |
