summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 60904daef7..f129103b09 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -15,20 +15,20 @@
note: triple buffering requires VBE 3.0 - need volunteers.
- refresh rate support (need additional info from mplayer)
*/
+#include "config.h"
+
#include <stdio.h>
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <limits.h>
-#include "config.h"
#include "video_out.h"
#include "video_out_internal.h"
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
#include "fastmemcpy.h"
#include "sub.h"
#include "linux/vbelib.h"