summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorDaan Leijen <daan@microsoft.com>2021-06-07 16:47:57 -0700
committerDaan Leijen <daan@microsoft.com>2021-06-07 16:47:57 -0700
commit4ba32c31605cd872da9858744123cb35547ffa90 (patch)
treef81aabf2ac7c8fafa72177397113e190d6b05cfb /src/alloc.c
parent1feb6123d90f5557a0fc1bc2afc72401e58f8cb0 (diff)
Revert "make all includes relative"
This reverts commit 1feb6123d90f5557a0fc1bc2afc72401e58f8cb0.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1d3cd39..25cc04e 100644
--- a/src/alloc.c
+++ b/src/alloc.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, strlen
#include <stdlib.h> // malloc, exit