diff options
author | Daan Leijen <daan@microsoft.com> | 2021-06-07 16:47:57 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-06-07 16:47:57 -0700 |
commit | 4ba32c31605cd872da9858744123cb35547ffa90 (patch) | |
tree | f81aabf2ac7c8fafa72177397113e190d6b05cfb /src/alloc-posix.c | |
parent | 1feb6123d90f5557a0fc1bc2afc72401e58f8cb0 (diff) |
Revert "make all includes relative"
This reverts commit 1feb6123d90f5557a0fc1bc2afc72401e58f8cb0.
Diffstat (limited to 'src/alloc-posix.c')
-rw-r--r-- | src/alloc-posix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc-posix.c b/src/alloc-posix.c index 6567c61..43931e5 100644 --- a/src/alloc-posix.c +++ b/src/alloc-posix.c @@ -9,8 +9,8 @@ terms of the MIT license. A copy of the license can be found in the file // mi prefixed publi definitions of various Posix, Unix, and C++ functions // for convenience and used when overriding these functions. // ------------------------------------------------------------------------ -#include "../include/mimalloc.h" -#include "../include/mimalloc-internal.h" +#include "mimalloc.h" +#include "mimalloc-internal.h" // ------------------------------------------------------ // Posix & Unix functions definitions |