Remove superflous include of non-standard <error.h>

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
This commit is contained in:
Ismael Luceno 2022-04-12 19:10:21 +02:00 committed by Panu Matilainen
parent ee2f59cc17
commit d8eee23e1f
1 changed files with 0 additions and 1 deletions

View File

@ -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>