From 851cce9063b1d4cf6e36a7ed4ebf4ee4315a70ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 15 Jun 2013 16:13:07 +0200 Subject: [PATCH] Fix FTBFS on armel --- filters/kword/msword/graphicshandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filters/kword/msword/graphicshandler.cpp b/filters/kword/msword/graphicshandler.cpp index 43793d8d..234a71e9 100644 --- a/filters/kword/msword/graphicshandler.cpp +++ b/filters/kword/msword/graphicshandler.cpp @@ -17,12 +17,12 @@ * Boston, MA 02110-1301, USA. */ -#include "graphicshandler.h" -#include "document.h" - #undef signals // Collides with GTK symbols #include +#include "graphicshandler.h" +#include "document.h" + #include #include #include