From b7ecff160ee541904e7b75c9ba88a455c9502409 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 6 Jan 2012 16:09:19 -0600 Subject: Clean up header inclusions In both cases we can go with the slightly leaner header include since we aren't using the print macros. Signed-off-by: Dan McGee --- lib/libalpm/add.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 014990d2..e81d96fa 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -26,8 +26,7 @@ #include #include #include -#include /* int64_t */ -#include /* intmax_t */ +#include /* int64_t */ /* libarchive */ #include -- cgit v1.2.3-24-g4f1b