From 1fea80c630e7d738956f048c2b17c150cf7df2c9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Sep 2016 18:49:38 +0200 Subject: [PATCH] Another header cleanup --- config.def.h | 1 - gfx/video_driver.c | 1 + menu/menu_driver.c | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index acd1e43561..74d841be25 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,6 @@ #define __CONFIG_DEF_H #include -#include "driver.h" #include "gfx/video_driver.h" #ifdef HAVE_CONFIG_H diff --git a/gfx/video_driver.c b/gfx/video_driver.c index e801d9b37c..9842f5019d 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -47,6 +47,7 @@ #include "../record/record_driver.h" #include "../config.def.h" #include "../configuration.h" +#include "../driver.h" #include "../retroarch.h" #include "../runloop.h" #include "../performance_counters.h" diff --git a/menu/menu_driver.c b/menu/menu_driver.c index 1073f4f0e6..17f26cd316 100644 --- a/menu/menu_driver.c +++ b/menu/menu_driver.c @@ -35,9 +35,10 @@ #include "../config.def.h" #include "../content.h" #include "../configuration.h" -#include "../dynamic.h" #include "../core.h" #include "../core_info.h" +#include "../dynamic.h" +#include "../driver.h" #include "../retroarch.h" #include "../defaults.h" #include "../frontend/frontend.h"