summaryrefslogtreecommitdiff
path: root/bin/update_pch.sh
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-29 09:58:27 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-29 09:59:07 +0200
commitfcfdadc2cb45b6c7903bc54638cce6ec8887e7ac (patch)
treefa59df06833af120580b460d86925fbe58e2e3a4 /bin/update_pch.sh
parent259d3421d4cf7788d9099daa40fc181c661783ee (diff)
update_pch: exclude OpenGLContext.hxx for now
Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584
Diffstat (limited to 'bin/update_pch.sh')
-rwxr-xr-xbin/update_pch.sh1
1 files changed, 1 insertions, 0 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>' | \