From 55b1de961489f99723288e162f9d3a062d593368 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Jun 2016 18:40:11 +0300 Subject: Fix includes and update deheader ci script. --- src/gui/widgets/tabs/setup_video.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/gui/widgets/tabs/setup_video.cpp') diff --git a/src/gui/widgets/tabs/setup_video.cpp b/src/gui/widgets/tabs/setup_video.cpp index 63d956cf2..a6abf6b3b 100644 --- a/src/gui/widgets/tabs/setup_video.cpp +++ b/src/gui/widgets/tabs/setup_video.cpp @@ -46,14 +46,11 @@ #include "test/testmain.h" #endif // defined(USE_OPENGL) && !defined(ANDROID) && !defined(__APPLE__) - -#ifndef USE_OPENGL -#include "render/renderers.h" -#endif - #if defined(ANDROID) || defined(__APPLE__) || !defined(USE_OPENGL) #include "configuration.h" +#endif +#if defined(ANDROID) || defined(__APPLE__) #include "utils/stringutils.h" #endif -- cgit v1.2.3-60-g2f50