comparison gui/mplayer/gtk/mb.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
comparison
equal deleted inserted replaced
26381:4617c374f752 26382:b2f4abcf20ed
3 #include "help_mp.h" 3 #include "help_mp.h"
4 4
5 #include "../pixmaps/error.xpm" 5 #include "../pixmaps/error.xpm"
6 #include "../pixmaps/warning.xpm" 6 #include "../pixmaps/warning.xpm"
7 7
8 #include "../widgets.h" 8 #include "gui/mplayer/widgets.h"
9 #include "mb.h" 9 #include "mb.h"
10 #include "gtk_common.h" 10 #include "gtk_common.h"
11 11
12 GtkWidget * gtkMessageBoxText; 12 GtkWidget * gtkMessageBoxText;
13 GtkWidget * MessageBox = NULL; 13 GtkWidget * MessageBox = NULL;