Mercurial > mplayer.hg
changeset 18742:da5ceabe9a43
Make header include order more similar to vo_gl.c
Patch by Erik Lunchpail (erik_27can at yahoo com) to ease win32 gui compilation
author | reimar |
---|---|
date | Sat, 17 Jun 2006 19:43:13 +0000 |
parents | 414398e3a3d3 |
children | 087415a46292 |
files | libvo/vo_gl2.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl2.c Sat Jun 17 17:18:46 2006 +0000 +++ b/libvo/vo_gl2.c Sat Jun 17 19:43:13 2006 +0000 @@ -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