# HG changeset patch # User diego # Date 1234719527 0 # Node ID a0374525d6ad970cb102ae86186b0afba6287f3d # Parent 0c93265eb7283545f85710c12db60c1edbcfdfe6 Remove unnecessary #ifdef around internal #include. diff -r 0c93265eb728 -r a0374525d6ad libvo/vo_xvmc.c --- 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"