summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.h2
-rw-r--r--libvo/video_out_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 60eac7ab66..c6bd52e3f1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -16,8 +16,6 @@
//#include "font_load.h"
#include "img_format.h"
#include "../vidix/vidix.h"
-/* All video drivers will want this */
-#include "geometry.h"
#define VO_EVENT_EXPOSE 1
#define VO_EVENT_RESIZE 2
diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h
index dfdd3f3fd4..e2688eb750 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -21,8 +21,10 @@
*
*/
+/* All video drivers will want this */
#include "../libmpcodecs/vfcap.h"
#include "../libmpcodecs/mp_image.h"
+#include "geometry.h"
static uint32_t control(uint32_t request, void *data, ...);
static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,