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 /courtroom.cpp | |
| parent | f5e0177b9e13c68fa960dc873cd62452943dac3f (diff) | |
moved includes to header files
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index ca94f434..a15e4394 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1,19 +1,5 @@ #include "courtroom.h" -#include "aoapplication.h" -#include "lobby.h" -#include "hardware_functions.h" -#include "file_functions.h" -#include "datatypes.h" -#include "debug_functions.h" - -#include <QDebug> -#include <QScrollBar> -#include <QRegExp> -#include <QBrush> -#include <QTextCharFormat> -#include <QFont> - Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() { ao_app = p_ao_app; |
