summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-05-13 14:16:21 +0200
committerDan McGee <dan@archlinux.org>2008-05-13 22:49:02 +0200
commite80232f24c51838d3f4ccff1fbc9c8fda87e1ecb (patch)
treed798b578a647eb6d47226e5a7656f403b3a6a06d /lib/libalpm/be_package.c
parent663408532ae852e7123da6b9658df1cacc0c642d (diff)
downloadpacman-e80232f24c51838d3f4ccff1fbc9c8fda87e1ecb.tar.gz
pacman-e80232f24c51838d3f4ccff1fbc9c8fda87e1ecb.tar.xz
Remove errant include of error.h
This doesn't exist anymore, the header file was removed a while back in commit 4c872594da321aa406cfb306c32c94ce2929d59e. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/be_package.c')
-rw-r--r--lib/libalpm/be_package.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c
index bee0635a..599ec625 100644
--- a/lib/libalpm/be_package.c
+++ b/lib/libalpm/be_package.c
@@ -34,7 +34,6 @@
#include "alpm_list.h"
#include "util.h"
#include "log.h"
-#include "error.h"
#include "package.h"
#include "deps.h" /* _alpm_splitdep */