aboutsummaryrefslogtreecommitdiff
path: root/aotextarea.cpp
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
committerstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
commit30a87d23c9c63bed072b3460e7482075dc530b2c (patch)
tree73da046880abf88b47f4f79df10a7e151c203457 /aotextarea.cpp
parentf5e0177b9e13c68fa960dc873cd62452943dac3f (diff)
moved includes to header files
Diffstat (limited to 'aotextarea.cpp')
-rw-r--r--aotextarea.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/aotextarea.cpp b/aotextarea.cpp
index 40cc3148..16add101 100644
--- a/aotextarea.cpp
+++ b/aotextarea.cpp
@@ -1,10 +1,5 @@
#include "aotextarea.h"
-#include <QScrollBar>
-#include <QTextCursor>
-#include <QRegExp>
-#include <QDebug>
-
AOTextArea::AOTextArea(QWidget *p_parent) : QTextBrowser(p_parent)
{