summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
commit37ea342f8576e90cf024f746d86117b195f34095 (patch)
treea029849d002377ae87c088bb8799883a98f412c2 /libvo/gl_common.h
parent0bd0d07dd78dc3a2e87d9b72da49871b4879fd3f (diff)
downloadmpv-37ea342f8576e90cf024f746d86117b195f34095.tar.bz2
mpv-37ea342f8576e90cf024f746d86117b195f34095.tar.xz
#include config.h before all other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 69a7e14f53..66fc2fe799 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -4,8 +4,8 @@
#include <stdio.h>
#include <stdint.h>
-#include "mp_msg.h"
#include "config.h"
+#include "mp_msg.h"
#include <GL/gl.h>
#include "video_out.h"