diff Gui/interface.h @ 21370:b806ccbc6398

Remove some of the worst "headers include headers which include completely unrelated headers" mess.
author reimar
date Wed, 29 Nov 2006 14:08:24 +0000
parents e579e74d6c3c
children a7e5b99ac083
line wrap: on
line diff
--- a/Gui/interface.h	Wed Nov 29 13:49:48 2006 +0000
+++ b/Gui/interface.h	Wed Nov 29 14:08:24 2006 +0000
@@ -4,7 +4,6 @@
 
 #include "../config.h"
 #include "mplayer/play.h"
-#include "mplayer.h"
 #include "libvo/font_load.h"
 #include "cfg.h"
 
@@ -142,6 +141,8 @@
 #define guiFilenames	4
 #define guiALL		0xffffffff
 
+extern int use_gui;
+
 extern char *get_path(const char *filename); 
 
 extern void guiInit( void );