diff --git a/CMakeLists.txt b/CMakeLists.txt index f332156d..ab3946ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,10 +21,6 @@ set(mi_sources src/random.c src/os.c src/arena.c -<<<<<<< HEAD -======= - src/region.c ->>>>>>> dev-exp src/segment.c src/page.c src/alloc.c diff --git a/src/static.c b/src/static.c index 302fa72e..b3c71e02 100644 --- a/src/static.c +++ b/src/static.c @@ -18,10 +18,6 @@ terms of the MIT license. A copy of the license can be found in the file #include "os.c" //#include "memory.c" #include "arena.c" -<<<<<<< HEAD -======= -#include "region.c" ->>>>>>> dev-exp #include "segment.c" #include "page.c" #include "heap.c"