changeset 17020:dde990d47ce8

Unify include paths, -I.. is in CFLAGS.
author diego
date Sat, 19 Nov 2005 14:35:45 +0000
parents fd178c06dc84
children ded1cc937221
files libao2/ao_oss.c loader/win32.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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)