changeset 28567:a0374525d6ad

Remove unnecessary #ifdef around internal #include.
author diego
date Sun, 15 Feb 2009 17:38:47 +0000
parents 0c93265eb728
children 1a90167d9f0e
files libvo/vo_xvmc.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Sun Feb 15 17:35:24 2009 +0000
+++ b/libvo/vo_xvmc.c	Sun Feb 15 17:38:47 2009 +0000
@@ -48,10 +48,7 @@
 #include "aspect.h"
 
 #include "subopt-helper.h"
-
-#ifdef CONFIG_GUI
 #include "gui/interface.h"
-#endif
 
 #include "libavutil/common.h"