summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-23 04:40:48 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-23 04:40:48 +0300
commit85c2332abec927c17d7396bf736da8333073fc97 (patch)
treea5993e1a44d722c2b010d506a1a0b084704e239e /tools
parent24a416c386cf846e123d187dee1802c29ae526e0 (diff)
downloadplus-85c2332abec927c17d7396bf736da8333073fc97.tar.gz
plus-85c2332abec927c17d7396bf736da8333073fc97.tar.bz2
plus-85c2332abec927c17d7396bf736da8333073fc97.tar.xz
plus-85c2332abec927c17d7396bf736da8333073fc97.zip
Ignore dye palette includes in deheader.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/deheader2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/deheader2.sh b/tools/ci/jobs/deheader2.sh
index 53c7efb83..d69a89b4d 100755
--- a/tools/ci/jobs/deheader2.sh
+++ b/tools/ci/jobs/deheader2.sh
@@ -23,6 +23,7 @@ grep "deheader:" ${LOGFILE} \
| grep -v "deheader: remove <netdb.h> from ./src/net/sdltcpnet.cpp" \
| grep -v "deheader: remove <netinet/in.h> from ./src/net/sdltcpnet.cpp" \
| grep -v "deheader: remove <climits> from ./src/resources/map/map.cpp" \
+| grep -v "has more than one inclusion of \"resources/dye/dyepalette_replace" \
| grep -v "deheader: remove <climits> from ./src/units.cpp" > ${LOGFILE2}
export DATA=$(cat ${LOGFILE2})