comparison gui/mplayer/gtk/sb.c @ 26365:10dfbc523184

Add gui/ prefix to some #include paths so that compilation from the top-level source directory does not fail.
author diego
date Fri, 11 Apr 2008 16:55:27 +0000
parents a802934aaa84
children b2f4abcf20ed
comparison
equal deleted inserted replaced
26364:48fd5c221905 26365:10dfbc523184
8 8
9 #include "config.h" 9 #include "config.h"
10 #include "sb.h" 10 #include "sb.h"
11 #include "gtk_common.h" 11 #include "gtk_common.h"
12 12
13 #include "app.h" 13 #include "gui/app.h"
14 #include "help_mp.h" 14 #include "help_mp.h"
15 15
16 #include "../widgets.h" 16 #include "../widgets.h"
17 17
18 GtkWidget * SkinList = NULL; 18 GtkWidget * SkinList = NULL;