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