diff gui/mplayer/widgets.c @ 26382:b2f4abcf20ed

Make include paths consistent; do not use ../ in them.
author diego
date Sat, 12 Apr 2008 16:03:07 +0000
parents 10dfbc523184
children b0a7b35b78d2
line wrap: on
line diff
--- a/gui/mplayer/widgets.c	Sat Apr 12 15:51:15 2008 +0000
+++ b/gui/mplayer/widgets.c	Sat Apr 12 16:03:07 2008 +0000
@@ -15,7 +15,10 @@
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
-#include "../config.h"
+#include "config.h"
+#include "help_mp.h"
+#include "mp_msg.h"
+
 #include "widgets.h"
 #include "gui/app.h"
 #include "gui/wm/ws.h"
@@ -25,9 +28,6 @@
 #include "play.h"
 #include "gtk/fs.h"
 
-#include "../help_mp.h"
-#include "../mp_msg.h"
-
 GtkWidget     * PopUpMenu = NULL;
 
 GtkWidget     * WarningPixmap;