From ae3cdaccb96d7e3a3bb6f938058ce0a5de42b5b6 Mon Sep 17 00:00:00 2001 From: vanfanel Date: Tue, 24 Jan 2017 13:58:55 +0100 Subject: [PATCH] DISPMANX: Add missing include and remove redundant one. --- gfx/drivers/dispmanx_gfx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/drivers/dispmanx_gfx.c b/gfx/drivers/dispmanx_gfx.c index 5ae4614fc1..bd0b664db7 100644 --- a/gfx/drivers/dispmanx_gfx.c +++ b/gfx/drivers/dispmanx_gfx.c @@ -26,10 +26,9 @@ #include "../../menu/menu_driver.h" #endif -#include "../font_driver.h" - #include "../../driver.h" #include "../../retroarch.h" +#include "../../configuration.h" #include "../video_context_driver.h" #include "../font_driver.h"