summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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