From d2449f07f720218e9316d7119cc8059bdebdebd0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 12 Jan 2015 18:57:37 +0100 Subject: [PATCH] Move header include to gfx/video_driver.h --- driver.h | 1 - gfx/video_driver.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.h b/driver.h index e3a2936901..30b1b353c0 100644 --- a/driver.h +++ b/driver.h @@ -23,7 +23,6 @@ #include #include #include -#include #include "frontend/frontend_context.h" #include diff --git a/gfx/video_driver.h b/gfx/video_driver.h index 6448d7a728..931ee425f9 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -21,6 +21,7 @@ #include #include #include +#include #include "../libretro.h" #include "../input/input_driver.h"