From 320bcf39bea720abeb4a62a1eaa892b6ce46636f Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 17 Jun 2006 19:43:13 +0000 Subject: Make header include order more similar to vo_gl.c Patch by Erik Lunchpail (erik_27can at yahoo com) to ease win32 gui compilation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18745 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index 8dd0a297d7..37d4a8d2b1 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -15,13 +15,12 @@ #include "video_out_internal.h" #include "sub.h" +#include "gl_common.h" +#include "aspect.h" #ifdef HAVE_NEW_GUI #include "Gui/interface.h" #endif -#include "gl_common.h" -#include "aspect.h" - #define NDEBUG //#undef NDEBUG -- cgit v1.2.3