summaryrefslogtreecommitdiff
path: root/src/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap.c')
-rw-r--r--src/bitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitmap.c b/src/bitmap.c
index 500b907..50fd474 100644
--- a/src/bitmap.c
+++ b/src/bitmap.c
@@ -17,8 +17,8 @@ The `_across` postfixed functions do allow sequences that can cross over
between the fields. (This is used in arena allocation)
---------------------------------------------------------------------------- */
-#include "../include/mimalloc.h"
-#include "../include/mimalloc-internal.h"
+#include "mimalloc.h"
+#include "mimalloc-internal.h"
#include "bitmap.h"
/* -----------------------------------------------------------