summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-19 14:35:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-19 14:35:45 +0000
commit56770b6eef22c1b051c0f8441e5fe8f54b05e45a (patch)
treef50ba2f170b4f894a28c7233ac87ab9904e9b622 /loader
parenta1d62bbb620908ad657af11004ffb4c779539791 (diff)
downloadmpv-56770b6eef22c1b051c0f8441e5fe8f54b05e45a.tar.bz2
mpv-56770b6eef22c1b051c0f8441e5fe8f54b05e45a.tar.xz
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 3a507f148a..247d3fab45 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -189,7 +189,7 @@ static void longcount_stub(long long* z)
}
#ifdef MPLAYER
-#include "../mp_msg.h"
+#include "mp_msg.h"
#endif
int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
//#define DETAILED_OUT
@@ -959,7 +959,7 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
#ifdef MPLAYER
/* mplayer's way to detect PF's */
{
-#include "../cpudetect.h"
+#include "cpudetect.h"
extern CpuCaps gCpuCaps;
if (gCpuCaps.hasMMX)