summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r--libvo/gl_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 8aa75cd5d0..ab9358ef1c 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -38,8 +38,6 @@ void glAdjustAlignment(int stride) {
glPixelStorei (GL_UNPACK_ALIGNMENT, gl_alignment);
}
-#include "img_format.h"
-
struct gl_name_map_struct {
GLint value;
char *name;