From c190b596c54b1111f088985d15eb5c7a905d7638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Abecasis?= Date: Fri, 8 Jun 2012 14:30:50 +0200 Subject: [PATCH] Remove unneeded #includes and namespace wrappers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qvector.cpp no longer contains any code, now that inline functionality has been deferred to QArrayData. Change-Id: I000ef8507e5b8438edd32a762750e4ceaa8aa8ee Reviewed-by: Jędrzej Nowacki --- src/corelib/tools/qvector.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/corelib/tools/qvector.cpp b/src/corelib/tools/qvector.cpp index a19599e861..e61c87f13c 100644 --- a/src/corelib/tools/qvector.cpp +++ b/src/corelib/tools/qvector.cpp @@ -39,14 +39,6 @@ ** ****************************************************************************/ -#include "qvector.h" -#include "qtools_p.h" - -#include -#include - -QT_BEGIN_NAMESPACE - /*! \class QVector \brief The QVector class is a template class that provides a dynamic array. @@ -989,5 +981,3 @@ QT_BEGIN_NAMESPACE \sa{Serializing Qt Data Types}{Format of the QDataStream operators} */ - -QT_END_NAMESPACE