summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 7300d7ff..7520b1db 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,3 +1,5 @@
+#include "buffer.h"
+
#include <stdlib.h>
#include <string.h>
@@ -5,8 +7,6 @@
#include <assert.h>
#include <ctype.h>
-#include "buffer.h"
-
static const char hex_chars[] = "0123456789abcdef";