From: Michael Tremer Date: Wed, 7 Apr 2021 16:33:53 +0000 (+0000) Subject: Drop including assert.h X-Git-Tag: 0.9.28~1285^2~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581da3dfaf46880d39dc3dfbf9353faef01f9cdd;p=pakfire.git Drop including assert.h Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 5d9c74a23..db24f1cfe 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,6 @@ AC_C_CONST AC_CHECK_LIB([m], [round]) AC_CHECK_HEADERS([ \ - assert.h \ ctypes.h \ fcntl.h \ math.h \ diff --git a/src/_pakfire/problem.c b/src/_pakfire/problem.c index 5bb90b44e..f02ae26ae 100644 --- a/src/_pakfire/problem.c +++ b/src/_pakfire/problem.c @@ -19,7 +19,6 @@ #############################################################################*/ #include -#include #include diff --git a/src/_pakfire/request.c b/src/_pakfire/request.c index af8ef2daa..69fabdb23 100644 --- a/src/_pakfire/request.c +++ b/src/_pakfire/request.c @@ -19,7 +19,6 @@ #############################################################################*/ #include -#include #include diff --git a/src/_pakfire/solution.c b/src/_pakfire/solution.c index 174f45945..af7ed86aa 100644 --- a/src/_pakfire/solution.c +++ b/src/_pakfire/solution.c @@ -19,7 +19,6 @@ #############################################################################*/ #include -#include #include diff --git a/src/libpakfire/file.c b/src/libpakfire/file.c index d38d11237..ed6bd5d63 100644 --- a/src/libpakfire/file.c +++ b/src/libpakfire/file.c @@ -18,7 +18,6 @@ # # #############################################################################*/ -#include #include #include #include diff --git a/src/libpakfire/key.c b/src/libpakfire/key.c index ce0d49c33..d04de89ee 100644 --- a/src/libpakfire/key.c +++ b/src/libpakfire/key.c @@ -18,7 +18,6 @@ # # #############################################################################*/ -#include #include #include #include diff --git a/src/libpakfire/parser/scanner.l b/src/libpakfire/parser/scanner.l index 3af278083..50e1ca7a8 100644 --- a/src/libpakfire/parser/scanner.l +++ b/src/libpakfire/parser/scanner.l @@ -31,8 +31,6 @@ int num_lines; -#include - #include #include