mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
includes: update script for obsolete headers check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
41b205927a
commit
0b46e067bf
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
|||
#!/usr/bin/python2
|
||||
|
||||
# a script to check for Qt4 meta-headers inclusion in source files
|
||||
# a script to check for redundant fancy headers
|
||||
|
||||
import os, re, sys
|
||||
|
||||
lexceptions = ['../../dnssd/settings.h']
|
||||
lexceptions = [
|
||||
'../../dnssd/settings.h',
|
||||
'../../plasma/version.h',
|
||||
]
|
||||
|
||||
lall = []
|
||||
for root, dirs, files in os.walk('%s/..' % os.getcwd()):
|
||||
|
|
Loading…
Add table
Reference in a new issue