mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
fix includes
This commit is contained in:
parent
3fc30c4a1e
commit
993c0a49b4
2 changed files with 3 additions and 10 deletions
|
@ -29,15 +29,8 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include "init.c"
|
||||
#include "options.c"
|
||||
#include "os.c"
|
||||
<<<<<<< HEAD
|
||||
#include "page.c"
|
||||
#include "prim/prim.c"
|
||||
#include "random.c"
|
||||
=======
|
||||
#include "page.c" // includes page-queue.c
|
||||
#include "random.c"
|
||||
#include "region.c"
|
||||
>>>>>>> dev-platform
|
||||
#include "segment.c"
|
||||
#include "segment-cache.c"
|
||||
#include "stats.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue