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"