From 15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 6 Jul 2007 12:11:55 -0400 Subject: Various small fixes as suggested by some static code checkers I ran flawfinder and sparse over the pacman source code and found a few things that were worth fixing (and were quick fixes). Signed-off-by: Dan McGee --- lib/libalpm/add.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index a8da745c..870d1f8c 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -23,13 +23,6 @@ * USA. */ -#if defined(__APPLE__) || defined(__OpenBSD__) -#include -#endif -#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__sun__) -#include -#endif - #include "config.h" #include -- cgit v1.2.3-54-g00ecf