summaryrefslogtreecommitdiffstats
path: root/bin/find-headers-to-move-inside-modules.py
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-21 11:34:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-22 12:24:23 +0200
commit9ebe58f0437bbb5714e629bd22e004ac895086d6 (patch)
tree219e09feb711636e097baa37beb13942bf8c5bce /bin/find-headers-to-move-inside-modules.py
parenttdf#134969 Add solid transparence in color gradient (diff)
downloadcore-9ebe58f0437bbb5714e629bd22e004ac895086d6.tar.gz
core-9ebe58f0437bbb5714e629bd22e004ac895086d6.zip
weld PatternControl
Change-Id: Ie84778c2f127a6b393edbfa08e61b135ec3bcbc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99174 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin/find-headers-to-move-inside-modules.py')
-rwxr-xr-xbin/find-headers-to-move-inside-modules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/find-headers-to-move-inside-modules.py b/bin/find-headers-to-move-inside-modules.py
index f33922ee457d..af2ca619a461 100755
--- a/bin/find-headers-to-move-inside-modules.py
+++ b/bin/find-headers-to-move-inside-modules.py
@@ -13,7 +13,6 @@ with a.stdout as txt:
header = line[8:].strip();
if "README" in header: continue
if header == "version.hrc": continue
- if header == "svtools/editimplementation.hxx": continue
# ignore URE headers
if header.startswith("IwyuFilter_include.yaml"): continue
if header.startswith("cppu/"): continue