[pacman-dev] [PATCH 2/3] Remove redundant include alpm_list.h in src/util/testdb.c
Gerardo Exequiel Pozzi
vmlinuz386 at yahoo.com.ar
Thu May 21 00:19:39 EDT 2009
These files include alpm.h, but alpm.h include alpm_list.h
so the second inclusion is redundant.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
src/util/testdb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/util/testdb.c b/src/util/testdb.c
index abbc62f..aaf4dbf 100644
--- a/src/util/testdb.c
+++ b/src/util/testdb.c
@@ -26,7 +26,6 @@
#include <dirent.h>
#include <alpm.h>
-#include <alpm_list.h>
#define BASENAME "testdb"
--
1.6.3.1
More information about the pacman-dev
mailing list