comparison libmenu/menu_console.c @ 16862:931bdbc37ee0

Unify include paths, -I.. is in CFLAGS.
author diego
date Wed, 26 Oct 2005 00:07:43 +0000
parents 26937d8c5c9e
children 98eb966a4024
comparison
equal deleted inserted replaced
16861:0259420f1207 16862:931bdbc37ee0
1 1
2 #include "../config.h" 2 #include "config.h"
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <string.h> 6 #include <string.h>
7 #include <ctype.h> 7 #include <ctype.h>
14 #include <errno.h> 14 #include <errno.h>
15 15
16 #include "img_format.h" 16 #include "img_format.h"
17 #include "mp_image.h" 17 #include "mp_image.h"
18 18
19 #include "../m_struct.h" 19 #include "m_struct.h"
20 #include "../m_option.h" 20 #include "m_option.h"
21 #include "menu.h" 21 #include "menu.h"
22 22
23 #include "../libvo/font_load.h" 23 #include "libvo/font_load.h"
24 #include "../osdep/keycodes.h" 24 #include "osdep/keycodes.h"
25 #include "../input/input.h" 25 #include "input/input.h"
26 #include "../osdep/timer.h" 26 #include "osdep/timer.h"
27 27
28 typedef struct history_st history_t; 28 typedef struct history_st history_t;
29 29
30 struct history_st { 30 struct history_st {
31 char* buffer; 31 char* buffer;