# HG changeset patch # User diego # Date 1132410945 0 # Node ID dde990d47ce8e1b966781ef2724e7e2dd70fea93 # Parent fd178c06dc847604f938d38f139f9d2850239092 Unify include paths, -I.. is in CFLAGS. diff -r fd178c06dc84 -r dde990d47ce8 libao2/ao_oss.c --- a/libao2/ao_oss.c Sat Nov 19 14:00:35 2005 +0000 +++ b/libao2/ao_oss.c Sat Nov 19 14:35:45 2005 +0000 @@ -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 -r fd178c06dc84 -r dde990d47ce8 loader/win32.c --- a/loader/win32.c Sat Nov 19 14:00:35 2005 +0000 +++ b/loader/win32.c Sat Nov 19 14:35:45 2005 +0000 @@ -189,7 +189,7 @@ } #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 @@ #ifdef MPLAYER /* mplayer's way to detect PF's */ { -#include "../cpudetect.h" +#include "cpudetect.h" extern CpuCaps gCpuCaps; if (gCpuCaps.hasMMX)