Remove unneeded #includes and namespace wrappers

qvector.cpp no longer contains any code, now that inline functionality
has been deferred to QArrayData.

Change-Id: I000ef8507e5b8438edd32a762750e4ceaa8aa8ee
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
This commit is contained in:
João Abecasis 2012-06-08 14:30:50 +02:00 committed by Qt by Nokia
parent 6a66f29ead
commit c190b596c5

View File

@ -39,14 +39,6 @@
** **
****************************************************************************/ ****************************************************************************/
#include "qvector.h"
#include "qtools_p.h"
#include <string.h>
#include <stdlib.h>
QT_BEGIN_NAMESPACE
/*! /*!
\class QVector \class QVector
\brief The QVector class is a template class that provides a dynamic array. \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} \sa{Serializing Qt Data Types}{Format of the QDataStream operators}
*/ */
QT_END_NAMESPACE