Remove unneeded #includes and namespace wrappers
authorJoão Abecasis <joao.abecasis@nokia.com>
Fri, 8 Jun 2012 12:30:50 +0000 (14:30 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 14 Jun 2012 01:03:38 +0000 (03:03 +0200)
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>
src/corelib/tools/qvector.cpp

index a19599e..e61c87f 100644 (file)
 **
 ****************************************************************************/
 
-#include "qvector.h"
-#include "qtools_p.h"
-
-#include <string.h>
-#include <stdlib.h>
-
-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