diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-08 22:12:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-08 22:12:57 +0000 |
commit | 1fd91df1ea9c0574c9fdbfb0684011411a0e8486 (patch) | |
tree | cf20adcfd7cd0a0e45ca95d244523f9082034d05 /Gui/mplayer/gtk/sb.c | |
parent | e26849cee04b7be6e65d18f4fc93c407ca75b946 (diff) |
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk/sb.c')
-rw-r--r-- | Gui/mplayer/gtk/sb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gui/mplayer/gtk/sb.c b/Gui/mplayer/gtk/sb.c index 72809f5196..3ee89b340c 100644 --- a/Gui/mplayer/gtk/sb.c +++ b/Gui/mplayer/gtk/sb.c @@ -9,12 +9,12 @@ #include "sb.h" #include "common.h" -#include "../../app.h" -#include "../../../config.h" -#include "../../../help_mp.h" +#include "../app.h" +#include "../../config.h" +#include "../../help_mp.h" #include "../widgets.h" -#include "../app.h" +#include "app.h" GtkWidget * SkinList = NULL; char * sbSelectedSkin=NULL; |