From 6360fe01007f34b1fa2285b6c741d2dffb81da28 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 21 May 2009 01:19:37 -0300 Subject: Remove unused string.h from src/pacman/remove.c This header was used in the code for the function strdup() that is not used anymore. Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Dan McGee --- src/pacman/remove.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/pacman/remove.c b/src/pacman/remove.c index 11bc157f..1968744e 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -21,7 +21,6 @@ #include #include -#include #include #include -- cgit v1.2.3-24-g4f1b