comparison libvo/vo_gl2.c @ 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 106a0c366002
children 51aeef9ada52
comparison
equal deleted inserted replaced
18741:414398e3a3d3 18742:da5ceabe9a43
13 #include "subopt-helper.h" 13 #include "subopt-helper.h"
14 #include "video_out.h" 14 #include "video_out.h"
15 #include "video_out_internal.h" 15 #include "video_out_internal.h"
16 #include "sub.h" 16 #include "sub.h"
17 17
18 #include "gl_common.h"
19 #include "aspect.h"
18 #ifdef HAVE_NEW_GUI 20 #ifdef HAVE_NEW_GUI
19 #include "Gui/interface.h" 21 #include "Gui/interface.h"
20 #endif 22 #endif
21
22 #include "gl_common.h"
23 #include "aspect.h"
24 23
25 #define NDEBUG 24 #define NDEBUG
26 //#undef NDEBUG 25 //#undef NDEBUG
27 26
28 #undef TEXTUREFORMAT_ALWAYS 27 #undef TEXTUREFORMAT_ALWAYS