From ec1b1c3e54af12f1f0c405d92eb780094f249191 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 5 Dec 2015 21:23:34 +0100 Subject: [PATCH] Header cleanups --- gfx/video_driver.c | 1 + gfx/video_driver.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index b61a4082da..411ed15c1b 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -18,6 +18,7 @@ #include #include +#include #include diff --git a/gfx/video_driver.h b/gfx/video_driver.h index 4c8bce6d8c..acb63477b7 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -20,8 +20,9 @@ #include #include #include + #include -#include + #include "font_driver.h" #include "video_filter.h" #include "video_shader_parse.h"