diff options
Diffstat (limited to 'src/gui/help.cpp')
-rw-r--r-- | src/gui/help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/help.cpp b/src/gui/help.cpp index 290679b9..19413a08 100644 --- a/src/gui/help.cpp +++ b/src/gui/help.cpp @@ -19,10 +19,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "help.h" - #include "button.h" #include "browserbox.h" +#include "help.h" #include "scrollarea.h" #include "../resources/resourcemanager.h" |