diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt index 3844f3a7b7b..8481dddf4a9 100644 --- a/source/blender/makesdna/intern/CMakeLists.txt +++ b/source/blender/makesdna/intern/CMakeLists.txt @@ -69,11 +69,6 @@ set(SRC dna_utils.cc makesdna.cc ${SRC_BLENLIB} - ../../../../intern/guardedalloc/intern/leak_detector.cc - ../../../../intern/guardedalloc/intern/mallocn.c - ../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c - ../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c - ../../../../intern/guardedalloc/intern/memory_usage.cc ${dna_header_include_file} ${dna_header_string_file} ) diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt index 58f9cf04913..a2a509ab891 100644 --- a/source/blender/makesrna/intern/CMakeLists.txt +++ b/source/blender/makesrna/intern/CMakeLists.txt @@ -222,12 +222,6 @@ set(SRC ${DEFSRC} ${APISRC} ../../../../intern/clog/clog.c - ../../../../intern/guardedalloc/intern/leak_detector.cc - ../../../../intern/guardedalloc/intern/mallocn.c - ../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c - ../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c - ../../../../intern/guardedalloc/intern/memory_usage.cc - # Needed for defaults. ../../../../release/datafiles/userdef/userdef_default.c ../../../../release/datafiles/userdef/userdef_default_theme.c