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 --- aobutton.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'aobutton.cpp') diff --git a/aobutton.cpp b/aobutton.cpp index 370eca99..ded35af0 100644 --- a/aobutton.cpp +++ b/aobutton.cpp @@ -3,8 +3,6 @@ #include "debug_functions.h" #include "file_functions.h" -#include - AOButton::AOButton(QWidget *parent, AOApplication *p_ao_app) : QPushButton(parent) { ao_app = p_ao_app; -- cgit