From 024b23aa2c1339f1be20e2627634742d33dc7d40 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 26 Mar 2018 20:29:34 +0100 Subject: [PATCH] Add files via upload --- gfx/video_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index ff3e055201..bef90c75ae 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -25,8 +25,6 @@ #include #include -#include - #include #include #include @@ -54,6 +52,7 @@ #include "video_thread_wrapper.h" #include "video_driver.h" #include "video_display_server.h" +#include "video_crt_switch.h" #include "../frontend/frontend_driver.h" #include "../record/record_driver.h"