From 56770b6eef22c1b051c0f8441e5fe8f54b05e45a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 19 Nov 2005 14:35:45 +0000 Subject: [PATCH] Unify include paths, -I.. is in CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_oss.c | 2 +- loader/win32.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libao2/ao_oss.c b/libao2/ao_oss.c index 94eaf92ee0..ec48fabb57 100644 --- a/libao2/ao_oss.c +++ b/libao2/ao_oss.c @@ -23,7 +23,7 @@ #endif #endif -#include "../libaf/af_format.h" +#include "libaf/af_format.h" #include "audio_out.h" #include "audio_out_internal.h" 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)