diff options
Diffstat (limited to 'tools/ci/scripts/deheader.sh')
-rwxr-xr-x | tools/ci/scripts/deheader.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh index f15417166..285ecc1e0 100755 --- a/tools/ci/scripts/deheader.sh +++ b/tools/ci/scripts/deheader.sh @@ -38,4 +38,5 @@ grep -v "deheader: remove <netinet/tcp.h> from ./src/net/sdltcpnet.cpp" | \ grep -v "deheader: remove <climits> from ./src/resources/db/unitsdb.cpp" | \ grep -v "portability requires" | \ grep -v "SDL2_rotozoom.cpp" | \ +grep -v "doctest.h" | \ tee -a ${LOGFILE} |