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/qt3support/text/q3richtext.cpp | |
parent | 8572f583e138e15446903f8e2d3792cea5ae477b (diff) | |
download | Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.zip Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.tar.gz Qt-3f40a0309ea960fc33bc3b993e891db288b2ef13.tar.bz2 |
remove extra includes
Diffstat (limited to 'src/qt3support/text/q3richtext.cpp')
-rw-r--r-- | src/qt3support/text/q3richtext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt3support/text/q3richtext.cpp b/src/qt3support/text/q3richtext.cpp index 8614076..d82d0f0 100644 --- a/src/qt3support/text/q3richtext.cpp +++ b/src/qt3support/text/q3richtext.cpp @@ -64,7 +64,6 @@ #include "q3stylesheet.h" #include "qtextstream.h" #include <private/qtextengine_p.h> -#include <private/qunicodetables_p.h> #include <stdlib.h> |