summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-05-01 17:30:46 +0200
committerRobert Swiecki <robert@swiecki.net>2019-05-01 17:30:46 +0200
commit28fb439afff287b136875537ca0482ecebd3af1a (patch)
tree2adb6a87e7bc4b72a1e11c59f5426ffb95226851
parent9340b45c9621fe27cfc3a169ce96ede718c8cee9 (diff)
downloadhonggfuzz-28fb439afff287b136875537ca0482ecebd3af1a.tar.gz
#include <error.h> seems non-standard
-rw-r--r--libhfcommon/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhfcommon/util.c b/libhfcommon/util.c
index 3d2e9a8d..51ec608e 100644
--- a/libhfcommon/util.c
+++ b/libhfcommon/util.c
@@ -25,7 +25,6 @@
#include <ctype.h>
#include <errno.h>
-#include <error.h>
#include <fcntl.h>
#include <inttypes.h>
#include <math.h>