From f8ec6a1fa5bf1660316993efc3139ad0d45d4059 Mon Sep 17 00:00:00 2001 From: con Date: Thu, 30 Jun 2011 12:11:53 +0200 Subject: [PATCH] Build fix for Mac 10.5 Change-Id: I28a047f1f17013b911d5ae0badefa18787151abe Reviewed-on: http://codereview.qt.nokia.com/944 Reviewed-by: Qt Sanity Bot Reviewed-by: Daniel Molkentin --- src/plugins/qtsupport/exampleslistmodel.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/qtsupport/exampleslistmodel.h b/src/plugins/qtsupport/exampleslistmodel.h index 97811764b3a..44a9a2aa00e 100644 --- a/src/plugins/qtsupport/exampleslistmodel.h +++ b/src/plugins/qtsupport/exampleslistmodel.h @@ -3,13 +3,9 @@ #include #include +#include ; #include - -QT_BEGIN_NAMESPACE -class QXmlStreamReader; -QT_END_NAMESPACE - namespace QtSupport { namespace Internal {