From 30a87d23c9c63bed072b3460e7482075dc530b2c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 5 Jul 2018 19:32:51 +0200 Subject: moved includes to header files --- aocharbutton.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aocharbutton.h') diff --git a/aocharbutton.h b/aocharbutton.h index f7154169..6b80460c 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