diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
| commit | 30a87d23c9c63bed072b3460e7482075dc530b2c (patch) | |
| tree | 73da046880abf88b47f4f79df10a7e151c203457 /aoapplication.cpp | |
| parent | f5e0177b9e13c68fa960dc873cd62452943dac3f (diff) | |
moved includes to header files
Diffstat (limited to 'aoapplication.cpp')
| -rw-r--r-- | aoapplication.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/aoapplication.cpp b/aoapplication.cpp index 12e540cd..73a72cc1 100644 --- a/aoapplication.cpp +++ b/aoapplication.cpp @@ -5,10 +5,6 @@ #include "networkmanager.h" #include "debug_functions.h" -#include <QDebug> -#include <QRect> -#include <QDesktopWidget> - AOApplication::AOApplication(int &argc, char **argv) : QApplication(argc, argv) { net_manager = new NetworkManager(this); |
