From d314b8dd07f72d94724c3902258dfb2641d3435c Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sun, 19 Aug 2018 09:37:34 +0200 Subject: Moved includes out of the CPP files into the header files. Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin. --- aocharbutton.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aocharbutton.h') 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 #include #include -#include "aoimage.h" +#include class AOCharButton : public QPushButton { -- cgit