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 <vmlinuz386@yahoo.com.ar>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Gerardo Exequiel Pozzi 2009-05-21 01:19:37 -03:00 committed by Dan McGee
parent 30e2496775
commit 6360fe0100
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <alpm.h>
#include <alpm_list.h>