From e2b5681652b92f77a9b79b3f2ad2a81dfdb5fdcd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 13 Jan 2015 22:11:26 +0100 Subject: [PATCH] Some header include changes --- audio/audio_driver.h | 1 + general.h | 2 -- gfx/video_driver.h | 5 +++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/audio_driver.h b/audio/audio_driver.h index 91fc2a8139..003baff5fd 100644 --- a/audio/audio_driver.h +++ b/audio/audio_driver.h @@ -21,6 +21,7 @@ #include #include #include +#include "audio_dsp_filter.h" #ifdef __cplusplus extern "C" { diff --git a/general.h b/general.h index f3d0c3e7f0..318c4ca1b9 100644 --- a/general.h +++ b/general.h @@ -27,12 +27,10 @@ #include "movie.h" #include "autosave.h" #include "cheats.h" -#include "audio/audio_dsp_filter.h" #include #include "core_options.h" #include "core_info.h" #include -#include "gfx/video_filter.h" #include "playlist.h" diff --git a/gfx/video_driver.h b/gfx/video_driver.h index 09b0aa13a0..9f60cb4e5e 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -22,11 +22,12 @@ #include #include #include -#include "../libretro.h" +#include "video_filter.h" +#include "video_shader_parse.h" +#include "../libretro.h" #include "../input/input_driver.h" -#include "video_shader_parse.h" #ifdef __cplusplus extern "C" {