diff options
author | Ismael Luceno <ismael@iodev.co.uk> | 2022-04-12 19:10:21 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2022-04-13 10:57:27 +0300 |
commit | 5b2be0871303ad5ae01da79a1141e080c57c86a2 (patch) | |
tree | a7cbfc4958f3de18ac86b513521dbce20d60273e | |
parent | d852add6d3349426b934bae23d1f845e150aad29 (diff) | |
download | rpm-5b2be0871303ad5ae01da79a1141e080c57c86a2.tar.gz |
Remove superflous include of non-standard <error.h>
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
(cherry picked from commit d8eee23e1f2d944a9bcef5044d43808ba21bb83a)
-rw-r--r-- | tools/elfdeps.c | 1 |
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> |