diff options
author | Dan McGee <dan@archlinux.org> | 2008-05-13 07:16:21 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-13 15:49:02 -0500 |
commit | e80232f24c51838d3f4ccff1fbc9c8fda87e1ecb (patch) | |
tree | d798b578a647eb6d47226e5a7656f403b3a6a06d | |
parent | 663408532ae852e7123da6b9658df1cacc0c642d (diff) | |
download | 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>
-rw-r--r-- | lib/libalpm/be_package.c | 1 |
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 */ |