diff options
author | Brad Hards <bradh@kde.org> | 2009-05-25 11:49:12 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-05-28 13:55:37 (GMT) |
commit | 7f353ae912a935b9837cd5a00de295ec64a220af (patch) | |
tree | c148aa38fa9ee8472f01fb30f3e245c03e4aa0e7 /src/gui/text | |
parent | 49108bbc2bf79157f1be0f837db08f72408764cb (diff) | |
download | Qt-7f353ae912a935b9837cd5a00de295ec64a220af.zip Qt-7f353ae912a935b9837cd5a00de295ec64a220af.tar.gz Qt-7f353ae912a935b9837cd5a00de295ec64a220af.tar.bz2 |
Remove duplicate qpdf_p.h include.
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qfontengine_ft.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/text/qfontengine_ft.cpp b/src/gui/text/qfontengine_ft.cpp index 6f5ee1f..a93c391 100644 --- a/src/gui/text/qfontengine_ft.cpp +++ b/src/gui/text/qfontengine_ft.cpp @@ -54,8 +54,6 @@ #include <private/qpdf_p.h> #include <private/qharfbuzz_p.h> -#include <private/qpdf_p.h> - #include "qfontengine_ft_p.h" #include <ft2build.h> #include FT_FREETYPE_H |