From 85cc81ee645716651c1a1ff428c6cbb55e2c9e47 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 26 Sep 2010 11:30:10 +0000 Subject: remove unnecessary includes --- examples/GuiClient/vCardCache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/GuiClient/vCardCache.h') diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h index a0ee1247..9116142b 100644 --- a/examples/GuiClient/vCardCache.h +++ b/examples/GuiClient/vCardCache.h @@ -27,9 +27,9 @@ #include #include -#include #include "QXmppVCardIq.h" +class QImage; class QXmppClient; class vCardCache : public QObject @@ -56,7 +56,6 @@ private: void saveToFile(const QString& bareJid); QXmppClient* m_client; - QMap m_mapBareJidVcard; }; -- cgit v1.2.3