comparison gui/skin/skin.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 9fb716ab06a3
children b2f4abcf20ed
comparison
equal deleted inserted replaced
26364:48fd5c221905 26365:10dfbc523184
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <string.h> 4 #include <string.h>
5 5
6 #include "cut.h" 6 #include "cut.h"
7 #include "font.h" 7 #include "font.h"
8 #include "app.h" 8 #include "gui/app.h"
9 9
10 #include "../config.h" 10 #include "../config.h"
11 #include "../mp_msg.h" 11 #include "../mp_msg.h"
12 #include "../help_mp.h" 12 #include "../help_mp.h"
13 #include "mplayer/widgets.h" 13 #include "gui/mplayer/widgets.h"
14 #include "libavutil/avstring.h" 14 #include "libavutil/avstring.h"
15 15
16 //#define MSGL_DBG2 MSGL_STATUS 16 //#define MSGL_DBG2 MSGL_STATUS
17 17
18 listItems * skinAppMPlayer = &appMPlayer; 18 listItems * skinAppMPlayer = &appMPlayer;