From 1d3177db50e1a8c0b03d2a5e647bd6e8311eaf67 Mon Sep 17 00:00:00 2001 From: Elias Woods Date: Mon, 10 Jan 2011 21:45:43 -0500 Subject: [PATCH] * --- qmaemo5rotator.cpp | 2 -- qmaemo5rotator.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qmaemo5rotator.cpp b/qmaemo5rotator.cpp index 1e11b4b..b1e2adc 100644 --- a/qmaemo5rotator.cpp +++ b/qmaemo5rotator.cpp @@ -1,7 +1,5 @@ #include "qmaemo5rotator.h" -#include -#include #if defined(Q_WS_MAEMO_5) || defined(Q_WS_HILDON) #include #include diff --git a/qmaemo5rotator.h b/qmaemo5rotator.h index d7a019d..36ddd57 100644 --- a/qmaemo5rotator.h +++ b/qmaemo5rotator.h @@ -4,6 +4,7 @@ // Provides a means of WORKING automatic rotation for Maemo 5 apps. (The default Qt solution is buggy.) //---------- #include +#include #include #include #include -- 1.7.9.5