diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 19:21:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 19:21:35 +0100 |
| commit | 9dae91f1993c563cf97a87b84836dc3b6306714a (patch) | |
| tree | b0b8ec366fc4d3c64615a1a47222d9f278870d57 /src | |
| parent | eeed387a65d9dbdafddffab8e6f8b507262ffaf5 (diff) | |
remove mem
Diffstat (limited to 'src')
| -rw-r--r-- | src/array.cpp | 1 | ||||
| -rw-r--r-- | src/export.cpp | 1 | ||||
| -rw-r--r-- | src/memory_bucket.cpp | 1 | ||||
| -rw-r--r-- | src/search.cpp | 1 | ||||
| -rw-r--r-- | src/unix/main_unix.cpp | 1 | ||||
| -rw-r--r-- | src/windows/main_windows.cpp | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/array.cpp b/src/array.cpp index 929a96c..32eb4f3 100644 --- a/src/array.cpp +++ b/src/array.cpp @@ -1,6 +1,5 @@ #include "array.h" #include "config.h" -#include "mem.h" #include <stdlib.h> #include <cstring> diff --git a/src/export.cpp b/src/export.cpp index 207a41a..4e316c4 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -1,7 +1,6 @@ #include "export.h" #include "array.h" #include "config.h" -#include "mem.h" #include <stdio.h> #ifndef _WIN32 diff --git a/src/memory_bucket.cpp b/src/memory_bucket.cpp index b465a5f..d846bf1 100644 --- a/src/memory_bucket.cpp +++ b/src/memory_bucket.cpp @@ -1,6 +1,5 @@ #include "memory_bucket.h" #include "config.h" -#include "mem.h" #include <stdlib.h> ts_memory_bucket ts_memory_bucket_init(uint32_t bucket_size) diff --git a/src/search.cpp b/src/search.cpp index 2a7d5d6..5138f3b 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1,7 +1,6 @@ #include "search.h" #include "platform.h" #include "config.h" -#include "mem.h" #include <stdio.h> ts_search_result *current_search_result = nullptr; diff --git a/src/unix/main_unix.cpp b/src/unix/main_unix.cpp index 906634b..82d9b6d 100644 --- a/src/unix/main_unix.cpp +++ b/src/unix/main_unix.cpp @@ -7,7 +7,6 @@ #include "mutex.h" #include "array.h" #include "memory_bucket.h" -#include "mem.h" #include "image.h" #include "config.h" #include <stdio.h> diff --git a/src/windows/main_windows.cpp b/src/windows/main_windows.cpp index 1479e79..c47403a 100644 --- a/src/windows/main_windows.cpp +++ b/src/windows/main_windows.cpp @@ -8,7 +8,6 @@ #include "platform.h" #include "mutex.h" #include "array.h" -#include "mem.h" #include "memory_bucket.h" #include "image.h" #include "config.h" |
