summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-02 16:00:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-02 16:00:55 +0000
commit64d5279410abe31e6a77c30b1a5c65dc9167eb5e (patch)
tree7be8a25cc406d5e4f4007acf1ff8f343c9c9dfd0 /mp_msg.c
parent19199c79aebf64ab345d5ee11400d6af67971799 (diff)
downloadmpv-64d5279410abe31e6a77c30b1a5c65dc9167eb5e.tar.bz2
mpv-64d5279410abe31e6a77c30b1a5c65dc9167eb5e.tar.xz
Remove pointless #ifdefs around harmless internal header #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 85e792408d..b20d99ee6f 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -21,11 +21,10 @@ char* get_term_charset(void);
#if defined(FOR_MENCODER)
#undef CONFIG_GUI
int use_gui;
-#endif
-
-#ifdef CONFIG_GUI
+#else
#include "gui/interface.h"
#endif
+
#include "mp_msg.h"
/* maximum message length of mp_msg */