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:
parent
6a66f29ead
commit
c190b596c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user