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/alpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 1751c81c..95c817ea 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -27,7 +27,7 @@ extern "C" { #endif -#include /* int64_t */ +#include /* int64_t */ #include /* off_t */ #include /* va_list */ -- cgit v1.2.3-24-g4f1b