index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-05-12 00:45:18 -0300 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-18 23:22:38 -0500 |
commit | 35b9dfc3805821cb504231a5e5ce5a8694278fb7 (patch) | |
tree | 5d3cf79365aa6eea57de3fda02349a2e263b9bd2 | |
parent | c301d6aa250620fda6b268e17e1b0dd41027e90b (diff) |
-rw-r--r-- | src/util/testdb.c | 1 | ||||
-rw-r--r-- | src/util/testpkg.c | 1 |
diff --git a/src/util/testdb.c b/src/util/testdb.c index cbff5784..abbc62f1 100644 --- a/src/util/testdb.c +++ b/src/util/testdb.c @@ -24,7 +24,6 @@ #include <limits.h> #include <string.h> #include <dirent.h> -#include <libgen.h> #include <alpm.h> #include <alpm_list.h> diff --git a/src/util/testpkg.c b/src/util/testpkg.c index 6e8f9d1c..d86fb1e0 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -21,7 +21,6 @@ #include <stdio.h> /* printf */ #include <stdarg.h> /* va_list */ -#include <string.h> /* strlen */ #include <alpm.h> |