mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
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 <vmlinuz386@yahoo.com.ar> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c301d6aa25
commit
35b9dfc380
@ -24,7 +24,6 @@
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <alpm.h>
|
||||
#include <alpm_list.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdio.h> /* printf */
|
||||
#include <stdarg.h> /* va_list */
|
||||
#include <string.h> /* strlen */
|
||||
|
||||
#include <alpm.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user