summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2012-06-08 14:30:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-14 03:03:38 +0200
commitc190b596c54b1111f088985d15eb5c7a905d7638 (patch)
treee11d7ffc3604c3bf9a319b4f1e9f436509ff9cb0 /src/corelib
parent6a66f29ead9cd354c6da542358eb82c2519b10c5 (diff)
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>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qvector.cpp10
1 files changed, 0 insertions, 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 <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