aboutsummaryrefslogtreecommitdiff
path: root/aocharbutton.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-08-19 09:37:34 +0200
committerCerapter <cerap@protonmail.com>2018-08-19 09:37:34 +0200
commitd314b8dd07f72d94724c3902258dfb2641d3435c (patch)
tree881b67f9a044d44b1292ae4548a6faf38a275eda /aocharbutton.h
parente6eace9a39fe4d0f0755d86686650ccfdff81982 (diff)
Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
Diffstat (limited to 'aocharbutton.h')
-rw-r--r--aocharbutton.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aocharbutton.h b/aocharbutton.h
index d3576fba..6e5e50e1 100644
--- a/aocharbutton.h
+++ b/aocharbutton.h
@@ -2,11 +2,12 @@
#define AOCHARBUTTON_H
#include "aoapplication.h"
+#include "aoimage.h"
#include <QPushButton>
#include <QString>
#include <QWidget>
-#include "aoimage.h"
+#include <QFile>
class AOCharButton : public QPushButton
{