diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-14 15:59:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-14 15:59:24 +0300 |
commit | 76afb49e3d0044f3cbe91bc5d761c3045959496c (patch) | |
tree | aa641e346bde3437f93c17e5df7c818274f894ae /tools/ci | |
parent | aae4e9a1e3f63daa29ada3f89a5d1b5dd874a83b (diff) | |
download | plus-76afb49e3d0044f3cbe91bc5d761c3045959496c.tar.gz plus-76afb49e3d0044f3cbe91bc5d761c3045959496c.tar.bz2 plus-76afb49e3d0044f3cbe91bc5d761c3045959496c.tar.xz plus-76afb49e3d0044f3cbe91bc5d761c3045959496c.zip |
Update deheader exceptions.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/jobs/deheader2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/deheader2.sh b/tools/ci/jobs/deheader2.sh index d69a89b4d..55e33d503 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 "deheader: remove <vector> from ./src/utils/vector.h" \ | grep -v "has more than one inclusion of \"resources/dye/dyepalette_replace" \ | grep -v "deheader: remove <climits> from ./src/units.cpp" > ${LOGFILE2} |