From b848109e8c70ee00b433ff8f5fde3657c85e7487 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 29 Oct 2024 23:34:10 +0100 Subject: check --- backend/ListIterator.h | 3 ++- backend/check | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/ListIterator.h b/backend/ListIterator.h index aa78931..5e4774b 100644 --- a/backend/ListIterator.h +++ b/backend/ListIterator.h @@ -1,7 +1,8 @@ #pragma once #include "backend/List.h" -#include + +#include template class List; diff --git a/backend/check b/backend/check index 445dbbe..b283acf 100755 --- a/backend/check +++ b/backend/check @@ -1,7 +1,7 @@ #!/bin/sh for file in *.cpp *.hpp *.h ; do # non C-style headers - grep -Hn '#include\s*<[^.]\+>' "$file" + grep -Hn '#include\s*<[^.]\+>' "$file" | grep -v '' # forbidden STL containers grep -Hn '\' "$file" grep -Hn '\' "$file" -- cgit v1.2.3