diff Gui/mplayer/common.h @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents eb996ecdfcd5
children
line wrap: on
line diff
--- a/Gui/mplayer/common.h	Thu Dec 08 22:02:52 2005 +0000
+++ b/Gui/mplayer/common.h	Thu Dec 08 22:12:57 2005 +0000
@@ -7,9 +7,9 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include "../app.h"
-#include "../bitmap.h"
-#include "../wm/ws.h"
+#include "app.h"
+#include "bitmap.h"
+#include "wm/ws.h"
 
 extern inline void TranslateFilename( int c,char * tmp );
 extern char * Translate( char * str );