summaryrefslogtreecommitdiff
path: root/src/segment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/segment.c')
-rw-r--r--src/segment.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/segment.c b/src/segment.c
index a26fb1b..76ce2e0 100644
--- a/src/segment.c
+++ b/src/segment.c
@@ -4,9 +4,9 @@ This is free software; you can redistribute it and/or modify it under the
terms of the MIT license. A copy of the license can be found in the file
"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
-#include "../include/mimalloc.h"
-#include "../include/mimalloc-internal.h"
-#include "../include/mimalloc-atomic.h"
+#include "mimalloc.h"
+#include "mimalloc-internal.h"
+#include "mimalloc-atomic.h"
#include <string.h> // memset
#include <stdio.h>