summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-21 12:06:50 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-21 12:07:11 (GMT)
commit8714892977269591bb9b348c6eb549a7f2c45cbc (patch)
treedabb6d9d7527a09c7f63f742487ba3c404144c88
parentf616cebd67a6044d6e26d57bc26975ee153479ea (diff)
downloadQt-8714892977269591bb9b348c6eb549a7f2c45cbc.zip
Qt-8714892977269591bb9b348c6eb549a7f2c45cbc.tar.gz
Qt-8714892977269591bb9b348c6eb549a7f2c45cbc.tar.bz2
There's no need to include qstringmatcher.h in qstringlist.h
-rw-r--r--src/corelib/tools/qstringlist.cpp1
-rw-r--r--src/corelib/tools/qstringlist.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp
index 5a2b37a..5c550af 100644
--- a/src/corelib/tools/qstringlist.cpp
+++ b/src/corelib/tools/qstringlist.cpp
@@ -41,6 +41,7 @@
#include <qstringlist.h>
#include <qset.h>
+#include <qstringmatcher.h>
QT_BEGIN_NAMESPACE
diff --git a/src/corelib/tools/qstringlist.h b/src/corelib/tools/qstringlist.h
index 665c0d0..f36567a 100644
--- a/src/corelib/tools/qstringlist.h
+++ b/src/corelib/tools/qstringlist.h
@@ -47,7 +47,6 @@
#include <QtCore/qlist.h>
#include <QtCore/qregexp.h>
#include <QtCore/qstring.h>
-#include <QtCore/qstringmatcher.h>
#ifdef QT_INCLUDE_COMPAT
#include <Qt3Support/q3valuelist.h>
#endif