diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-29 09:58:27 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-29 09:59:07 +0200 |
commit | fcfdadc2cb45b6c7903bc54638cce6ec8887e7ac (patch) | |
tree | fa59df06833af120580b460d86925fbe58e2e3a4 /bin | |
parent | 259d3421d4cf7788d9099daa40fc181c661783ee (diff) |
update_pch: exclude OpenGLContext.hxx for now
Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch.sh | 1 |
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>' | \ |