summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qt_pch.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-04-30 13:54:00 +0200
committerLars Knoll <lars.knoll@qt.io>2020-05-14 07:51:05 +0200
commit02980cd01d86344720e7e65862b61cc781d51e95 (patch)
treef211e5d6674924a6f8c266a0189974207484c421 /src/corelib/global/qt_pch.h
parent65821814ff0ac5ae33544b620fe964571ed58cbd (diff)
Remove qtextcodec.h from the pch for Qt Core
Change-Id: I32e34675fc0579ba3d4bdffb3474ef452bc4bffc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qt_pch.h')
-rw-r--r--src/corelib/global/qt_pch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qt_pch.h b/src/corelib/global/qt_pch.h
index 0d5c08e41a..092fc7d40c 100644
--- a/src/corelib/global/qt_pch.h
+++ b/src/corelib/global/qt_pch.h
@@ -76,7 +76,4 @@
#include <qstringlist.h>
#include <qtimer.h>
#include <qvector.h>
-#if QT_CONFIG(textcodec)
-#include <qtextcodec.h>
-#endif
#endif