aboutsummaryrefslogtreecommitdiff
path: root/src/hex_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hex_utils.c')
-rw-r--r--src/hex_utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hex_utils.c b/src/hex_utils.c
index e477281..45382ff 100644
--- a/src/hex_utils.c
+++ b/src/hex_utils.c
@@ -21,9 +21,7 @@
/* Convenience function to convert to/from ascii strings of hex digits.
*/
-#include <stdio.h>
-#include <stdint.h>
-
+#include "general.h"
#include "hex_utils.h"
static char hexdigits[] = "0123456789abcdef";