summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update_pch.sh1
-rw-r--r--chart2/inc/pch/precompiled_chartcore.hxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch.sh b/bin/update_pch.sh
index 6b425cb53d75..01ff57ea540f 100755
--- a/bin/update_pch.sh
+++ b/bin/update_pch.sh
@@ -134,6 +134,7 @@ function filter_ignore()
# - jerror.h and jpeglib.h are not self-contained
# - service1.hxx/service2.hxx are inside comments in frameworks/
grep -E -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \
+ grep -v -F -e '#include <vcl/opengl/OpenGLContext.hxx>' | \
grep -v -F -e '#include <unicode/datefmt.h>' | \
grep -v -F -e '#include "gperffasttoken.hxx"' | \
grep -v -F -e '#include <svtools/sores.hxx>' | \
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index 0ac0b52db37e..bfa2c61a4ac3 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -310,7 +310,6 @@
#include <valarray>
#include <vcl/cvtgrf.hxx>
#include <vcl/font.hxx>
-#include <vcl/opengl/OpenGLContext.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
#include <vcl/openglwin.hxx>
#include <vcl/outdev.hxx>