[Telepathy-commits] [telepathy-qt4/master] Weed out includes in ManagerFile

Olli Salli olli.salli at collabora.co.uk
Thu Jan 29 12:13:15 PST 2009


---
 TelepathyQt4/manager-file.cpp |   10 +++++-----
 TelepathyQt4/manager-file.h   |    4 ++++
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/TelepathyQt4/manager-file.cpp b/TelepathyQt4/manager-file.cpp
index 07baa2c..bb71146 100644
--- a/TelepathyQt4/manager-file.cpp
+++ b/TelepathyQt4/manager-file.cpp
@@ -21,17 +21,17 @@
 
 #include <TelepathyQt4/ManagerFile>
 
-#include "debug-internal.h"
-
-#include <TelepathyQt4/KeyFile>
-#include <TelepathyQt4/Constants>
-
 #include <QtCore/QDir>
 #include <QtCore/QHash>
 #include <QtCore/QString>
 #include <QtCore/QStringList>
 #include <QtDBus/QDBusVariant>
 
+#include <TelepathyQt4/KeyFile>
+#include <TelepathyQt4/Constants>
+
+#include "TelepathyQt4/debug-internal.h"
+
 namespace Telepathy
 {
 
diff --git a/TelepathyQt4/manager-file.h b/TelepathyQt4/manager-file.h
index 1057db3..62e4ba9 100644
--- a/TelepathyQt4/manager-file.h
+++ b/TelepathyQt4/manager-file.h
@@ -26,8 +26,12 @@
 #error IN_TELEPATHY_QT4_HEADER
 #endif
 
+#include <QVariant>
+
 #include <TelepathyQt4/Types>
 
+class QString;
+
 namespace Telepathy
 {
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list