diff --git a/src/iofunc.h b/src/iofunc.h index a1edbdff9..efe8b6687 100644 --- a/src/iofunc.h +++ b/src/iofunc.h @@ -22,7 +22,6 @@ #ifndef _IOFUNC_H #define _IOFUNC_H 1 -// cppcheck-suppress * #include #include diff --git a/src/misc.h b/src/misc.h index 24aa869f3..5378f1da7 100644 --- a/src/misc.h +++ b/src/misc.h @@ -84,12 +84,10 @@ extern int no_restore_ai; /* needs config.h included beforehand in .c file */ #ifdef HAVE_INTTYPES_H -// cppcheck-suppress * # include #endif #ifdef HAVE_SYS_TIME_H -// cppcheck-suppress * # include #endif diff --git a/src/parallel.h b/src/parallel.h index 56afaca22..c676ee439 100644 --- a/src/parallel.h +++ b/src/parallel.h @@ -27,7 +27,6 @@ #include "iofunc.h" #ifdef HAVE_LINUX_PARPORT_H -// cppcheck-suppress * # include #endif