diff options
Diffstat (limited to 'src/heap.c')
-rw-r--r-- | src/heap.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ 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, memcpy |