From 35b9dfc3805821cb504231a5e5ce5a8694278fb7 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 12 May 2009 00:45:18 -0300 Subject: Remove unused included headers from testdb.c and testpkg.c libgen.h was used for basename() in function main() from src/util/testdb.c string.h was used for strlen() in function output_cb() from src/util/testpkg.c Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Dan McGee --- src/util/testdb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util/testdb.c') 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 #include #include -#include #include #include -- cgit v1.2.3-24-g4f1b