From 7f433a36d54770b55edaaa14f5255473f534f802 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Dec 2015 21:35:55 +0100 Subject: [PATCH] Move rthreads.h header include to video_thread_wrapper.c --- gfx/video_thread_wrapper.c | 2 ++ gfx/video_thread_wrapper.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index d9784fe834..4623f599c1 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -18,6 +18,8 @@ #include #include +#include + #include "video_thread_wrapper.h" #include "../performance.h" #include "../runloop.h" diff --git a/gfx/video_thread_wrapper.h b/gfx/video_thread_wrapper.h index 81f0ef7b26..3ac57171c5 100644 --- a/gfx/video_thread_wrapper.h +++ b/gfx/video_thread_wrapper.h @@ -19,8 +19,6 @@ #include -#include - #include "font_driver.h" #include "video_shader_driver.h"