From 5baba8439761a54c488ff42e4e599b3c93dbe669 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Mar 2007 01:21:41 +0000 Subject: * Added missing header include guards in md5.h and sha1.h. * Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c. --- src/pacman/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index 45759310..5ff08212 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -25,7 +25,6 @@ #include #include -#include #include #define MALLOC(p, b) do { \ -- cgit v1.2.3-24-g4f1b