0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

(GUI) Removed unused includes

This commit is contained in:
Victor Zarubkin 2017-09-01 00:10:25 +03:00
parent 2c963d8d06
commit ba2a8533ab

View File

@ -50,17 +50,9 @@
#include <chrono> #include <chrono>
#include <QApplication> #include <QApplication>
#include <QFontDatabase>
#include <QImageReader>
#include <iostream>
#include <QtPlugin>
#include "main_window.h" #include "main_window.h"
#include "globals.h" #include "globals.h"
#include <easy/reader.h>
#if defined(_WIN32) && defined (_BUILD_RELEASE_) #if defined(_WIN32) && defined (_BUILD_RELEASE_)
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") #pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#endif #endif