From ba2a8533abbe6ef854e7b4d7426341b93c2058af Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Fri, 1 Sep 2017 00:10:25 +0300 Subject: [PATCH] (GUI) Removed unused includes --- profiler_gui/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiler_gui/main.cpp b/profiler_gui/main.cpp index 5239bd1..e8f7ac2 100644 --- a/profiler_gui/main.cpp +++ b/profiler_gui/main.cpp @@ -50,17 +50,9 @@ #include #include -#include -#include -#include -#include - #include "main_window.h" #include "globals.h" -#include - - #if defined(_WIN32) && defined (_BUILD_RELEASE_) #pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") #endif