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 --- aoemotebutton.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'aoemotebutton.h') diff --git a/aoemotebutton.h b/aoemotebutton.h index cc3dfacd..c99a73b0 100644 --- a/aoemotebutton.h +++ b/aoemotebutton.h @@ -1,10 +1,11 @@ #ifndef AOEMOTEBUTTON_H #define AOEMOTEBUTTON_H -#include - #include "aoapplication.h" +#include +#include + class AOEmoteButton : public QPushButton { Q_OBJECT -- cgit