The following commit has been merged in the master branch:
commit 0f1bf462adbe67938f2c05712b2f53dc82f0994f
Author: Guillem Jover <[email protected]>
Date: Sat Jul 17 18:29:38 2010 +0200
Do not include two unused <assert.h>
diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c
index 6e03e1f..b095a81 100644
--- a/dpkg-deb/build.c
+++ b/dpkg-deb/build.c
@@ -26,7 +26,6 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <ctype.h>
diff --git a/src/remove.c b/src/remove.c
index eae6557..571e1b0 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -24,7 +24,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <assert.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]