comparison gui/mplayer/gtk/sb.c @ 26362:a802934aaa84

Remove duplicate #include.
author diego
date Fri, 11 Apr 2008 10:34:26 +0000
parents 0d255d03016f
children 10dfbc523184
comparison
equal deleted inserted replaced
26361:13d8209c10ea 26362:a802934aaa84
12 12
13 #include "app.h" 13 #include "app.h"
14 #include "help_mp.h" 14 #include "help_mp.h"
15 15
16 #include "../widgets.h" 16 #include "../widgets.h"
17 #include "app.h"
18 17
19 GtkWidget * SkinList = NULL; 18 GtkWidget * SkinList = NULL;
20 char * sbSelectedSkin=NULL; 19 char * sbSelectedSkin=NULL;
21 /* FIXME: Eventually remove the obsolete directory names. */ 20 /* FIXME: Eventually remove the obsolete directory names. */
22 char * sbMPlayerDirInHome=NULL; 21 char * sbMPlayerDirInHome=NULL;