comparison Gui/mplayer/gtk/eq.c @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents db75b76c11b2
children d29d6028a943
comparison
equal deleted inserted replaced
17143:6e44a1e05769 17144:0e1471d9da74
7 #include <string.h> 7 #include <string.h>
8 8
9 #include <gdk/gdkkeysyms.h> 9 #include <gdk/gdkkeysyms.h>
10 #include <gtk/gtk.h> 10 #include <gtk/gtk.h>
11 11
12 #include "../../app.h" 12 #include "../app.h"
13 #include "../../cfg.h" 13 #include "../cfg.h"
14 #include "../help_mp.h"
15 #include "../../config.h"
14 #include "../../help_mp.h" 16 #include "../../help_mp.h"
15 #include "../../../config.h" 17 #include "../../mplayer.h"
16 #include "../../../help_mp.h" 18 #include "../../libaf/equalizer.h"
17 #include "../../../mplayer.h" 19 #include "../../libvo/video_out.h"
18 #include "../../../libaf/equalizer.h"
19 #include "../../../libvo/video_out.h"
20 #include "../widgets.h" 20 #include "../widgets.h"
21 #include "../mplayer.h" 21 #include "mplayer.h"
22 22
23 #include "eq.h" 23 #include "eq.h"
24 #include "common.h" 24 #include "common.h"
25 25
26 #define eqRange 15 26 #define eqRange 15