summaryrefslogtreecommitdiffhomepage
path: root/chunk.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-07-10 14:03:22 +0200
committerJo-Philipp Wich <jo@mein.io>2021-07-11 15:49:14 +0200
commite5e7e6277cc757475ad192f70a4b200778e1d8ee (patch)
treea6bcafa791b3cfc98a0be2f550a09bff079b61a4 /chunk.c
parentff6168a8901adcf84fbeda86f3f25fae7dff609b (diff)
treewide: move header files into dedicated directory
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'chunk.c')
-rw-r--r--chunk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chunk.c b/chunk.c
index 8b2c447..ab576da 100644
--- a/chunk.c
+++ b/chunk.c
@@ -16,9 +16,9 @@
#include <assert.h>
-#include "chunk.h"
-#include "types.h"
-#include "util.h"
+#include "ucode/chunk.h"
+#include "ucode/types.h"
+#include "ucode/util.h"
#define OFFSETINFO_BITS (sizeof(((uc_offsetinfo_t *)NULL)->entries[0]) * 8)
#define OFFSETINFO_BYTE_BITS 3