From c7c98451bf445fd30fa9b9ae6f999c8de6d3373c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Apr 2015 22:58:19 +0200 Subject: [PATCH] (video_thread_wrapper.h) Get rid of some header dependencies --- gfx/video_thread_wrapper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index 74610b4875..5727678fec 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -15,10 +15,8 @@ */ #include "video_thread_wrapper.h" -#include "video_viewport.h" #include "../performance.h" #include "../runloop.h" -#include #include #include #include