diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2010-05-14 19:56:53 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-09-21 10:36:22 (GMT) |
commit | 3f40a0309ea960fc33bc3b993e891db288b2ef13 (patch) | |
tree | 3a832f5c487bd7460f7d4d152009076ec5061b60 /src/corelib/tools | |
parent | 8572f583e138e15446903f8e2d3792cea5ae477b (diff) | |
download | Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.zip Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.tar.gz Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.tar.bz2 |
remove extra includes
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qbytearray.cpp | 1 | ||||
-rw-r--r-- | src/corelib/tools/qstringmatcher.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index 033da90..b0c784e 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -46,7 +46,6 @@ #include "qlist.h" #include "qlocale.h" #include "qlocale_p.h" -#include "qunicodetables_p.h" #include "qscopedpointer.h" #include <qdatastream.h> diff --git a/src/corelib/tools/qstringmatcher.cpp b/src/corelib/tools/qstringmatcher.cpp index 80a8457..d445ed4 100644 --- a/src/corelib/tools/qstringmatcher.cpp +++ b/src/corelib/tools/qstringmatcher.cpp @@ -40,7 +40,6 @@ ****************************************************************************/ #include "qstringmatcher.h" -#include "qunicodetables_p.h" QT_BEGIN_NAMESPACE |