]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
Drop including assert.h
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Apr 2021 16:33:53 +0000 (16:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Apr 2021 16:33:53 +0000 (16:33 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
src/_pakfire/problem.c
src/_pakfire/request.c
src/_pakfire/solution.c
src/libpakfire/file.c
src/libpakfire/key.c
src/libpakfire/parser/scanner.l

index 5d9c74a23bb9230aba352b31005110e0ccaa480b..db24f1cfece1e424c1c4370ea6e45c3e4be4b51e 100644 (file)
@@ -121,7 +121,6 @@ AC_C_CONST
 AC_CHECK_LIB([m], [round])
 
 AC_CHECK_HEADERS([ \
-       assert.h \
        ctypes.h \
        fcntl.h \
        math.h \
index 5bb90b44e4ae2583b01b5abb5d06abaf7a878c55..f02ae26ae623519debd2501884261d8470b5644f 100644 (file)
@@ -19,7 +19,6 @@
 #############################################################################*/
 
 #include <Python.h>
-#include <assert.h>
 
 #include <pakfire/problem.h>
 
index af8ef2daaa75e723948b7ae2e96f0e0d1c65d7b3..69fabdb233e5ab24cbe784eb7fa053d7e5a7cc20 100644 (file)
@@ -19,7 +19,6 @@
 #############################################################################*/
 
 #include <Python.h>
-#include <assert.h>
 
 #include <pakfire/request.h>
 
index 174f45945041a8b2109c9327daa099e1fb175802..af7ed86aae27b5a0665e6a4a4e539aec808bcc4d 100644 (file)
@@ -19,7 +19,6 @@
 #############################################################################*/
 
 #include <Python.h>
-#include <assert.h>
 
 #include <pakfire/solution.h>
 
index d38d1123755035d43aa579f5a76e42880a6f3915..ed6bd5d630d224e89ca0007a89c476f6bdc6bbf4 100644 (file)
@@ -18,7 +18,6 @@
 #                                                                             #
 #############################################################################*/
 
-#include <assert.h>
 #include <errno.h>
 #include <linux/limits.h>
 #include <stdlib.h>
index ce0d49c3338dbffa35385cf9a7e9ebdc332fd274..d04de89ee03e532cf771ccf91c02ba8720324502 100644 (file)
@@ -18,7 +18,6 @@
 #                                                                             #
 #############################################################################*/
 
-#include <assert.h>
 #include <errno.h>
 #include <gpgme.h>
 #include <stdlib.h>
index 3af27808301e4340fde9078f2f1dffc906c9d3aa..50e1ca7a8c4c659bee965e2cc1d7643fa7c63321 100644 (file)
@@ -31,8 +31,6 @@
 
 int num_lines;
 
-#include <assert.h>
-
 #include <ctype.h>
 #include <stdlib.h>