summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIsmael Luceno <ismael@iodev.co.uk>2022-04-12 19:10:21 +0200
committerPanu Matilainen <pmatilai@redhat.com>2022-04-13 09:25:10 +0300
commitd8eee23e1f2d944a9bcef5044d43808ba21bb83a (patch)
treeb721c5ef8f747a422095b36d60679cd610a41246 /tools
parentee2f59cc1770f6eb4493a59710e9ef749725da46 (diff)
downloadrpm-d8eee23e1f2d944a9bcef5044d43808ba21bb83a.tar.gz
Remove superflous include of non-standard <error.h>
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Diffstat (limited to 'tools')
-rw-r--r--tools/elfdeps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/elfdeps.c b/tools/elfdeps.c
index d205935bb..9cb7b68ff 100644
--- a/tools/elfdeps.c
+++ b/tools/elfdeps.c
@@ -5,7 +5,6 @@
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
-#include <error.h>
#include <errno.h>
#include <popt.h>
#include <gelf.h>