From 61761067a8385915e9f8fc5d998371fc7394d5b4 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 (cherry picked from commit 851cce9063b1d4cf6e36a7ed4ebf4ee4315a70ba) --- 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 43793d8d9..234a71e92 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