summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dfbmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dfbmga.c')
-rw-r--r--libvo/vo_dfbmga.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index b83f3c5e52..76ae4a46f9 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -35,6 +35,7 @@
#include "mp_msg.h"
#include "aspect.h"
#include "mp_fifo.h"
+#include "input/keycodes.h"
static const vo_info_t info = {
"DirectFB / Matrox G200/G400/G450/G550",
@@ -1435,8 +1436,6 @@ control( uint32_t request, void *data)
return VO_NOTIMPL;
}
-#include "osdep/keycodes.h"
-
static void
check_events( void )
{