summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dpkg-deb/extract.c1
-rw-r--r--dpkg-deb/main.c1
-rw-r--r--dpkg-split/main.c1
-rw-r--r--dpkg-split/queue.c1
-rw-r--r--lib/dpkg/ehandle.c1
-rw-r--r--lib/dpkg/log.c1
-rw-r--r--src/help.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index 95bde1f2a..d5ac05cc2 100644
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -26,7 +26,6 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index eb5b295cd..60f94c2fa 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -25,7 +25,6 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <assert.h>
#include <limits.h>
#if HAVE_LOCALE_H
#include <locale.h>
diff --git a/dpkg-split/main.c b/dpkg-split/main.c
index 8a80384bb..3309bc8a6 100644
--- a/dpkg-split/main.c
+++ b/dpkg-split/main.c
@@ -23,7 +23,6 @@
#include <sys/types.h>
-#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <inttypes.h>
diff --git a/dpkg-split/queue.c b/dpkg-split/queue.c
index cbc33505a..ed4e5cd46 100644
--- a/dpkg-split/queue.c
+++ b/dpkg-split/queue.c
@@ -24,7 +24,6 @@
#include <sys/stat.h>
-#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <inttypes.h>
diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c
index 058ba9ee4..d95090889 100644
--- a/lib/dpkg/ehandle.c
+++ b/lib/dpkg/ehandle.c
@@ -22,7 +22,6 @@
#include <config.h>
#include <compat.h>
-#include <assert.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
diff --git a/lib/dpkg/log.c b/lib/dpkg/log.c
index bddc2e8eb..3079f3ca6 100644
--- a/lib/dpkg/log.c
+++ b/lib/dpkg/log.c
@@ -21,7 +21,6 @@
#include <config.h>
#include <compat.h>
-#include <assert.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>
diff --git a/src/help.c b/src/help.c
index d87ced542..d12b7061b 100644
--- a/src/help.c
+++ b/src/help.c
@@ -25,7 +25,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <assert.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>