aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-07-05 21:15:01 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-07-05 21:15:01 -0500
commit17601c3723a181e348e37eddcc04bf506165cb72 (patch)
tree98d93a106ebba6cfd5cf03443226c3bf6d86e052 /courtroom.cpp
parenta7c63a44c67f175495b5fa3b6cca9a5015fbe108 (diff)
parent30a87d23c9c63bed072b3460e7482075dc530b2c (diff)
Merge branch 'headers'
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp14
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;