summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileSearch.cpp
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2009-01-13 04:23:26 +0000
committerLPFaint99 <lpfaint99@gmail.com>2009-01-13 04:23:26 +0000
commitf1a3bc139725a5ae2b7d06083f9a530822915cc8 (patch)
treea6dd75ce390b77988b6f09ea2f3f0aa714a0c995 /Source/Core/Common/Src/FileSearch.cpp
parent2d586139bc0abec2718c41047edbc2bb2ab3638b (diff)
Move #include <window.h> from all files that include it and common.h to common.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1861 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/FileSearch.cpp')
-rw-r--r--Source/Core/Common/Src/FileSearch.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/FileSearch.cpp b/Source/Core/Common/Src/FileSearch.cpp
index 02f9cd7f58..ecc2c644d7 100644
--- a/Source/Core/Common/Src/FileSearch.cpp
+++ b/Source/Core/Common/Src/FileSearch.cpp
@@ -19,8 +19,6 @@
#ifndef _WIN32
#include <sys/types.h>
#include <dirent.h>
-#else
-#include <windows.h>
#endif
#include <string>