summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/error.h')
-rw-r--r--lib/libalpm/error.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/error.h b/lib/libalpm/error.h
index b3f0d850..03fd8f9e 100644
--- a/lib/libalpm/error.h
+++ b/lib/libalpm/error.h
@@ -21,8 +21,6 @@
#ifndef _ALPM_ERROR_H
#define _ALPM_ERROR_H
-#include "alpm.h"
-
#define RET_ERR(err, ret) do { pm_errno = (err); return(ret); } while(0)
#endif /* _ALPM_ERROR_H */