diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_bench.cpp | 2 | ||||
-rw-r--r-- | tests/ingen_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp index 49a52d54..126b7e13 100644 --- a/tests/ingen_bench.cpp +++ b/tests/ingen_bench.cpp @@ -21,8 +21,8 @@ #include "ingen/Forge.hpp" #include "ingen/Parser.hpp" #include "ingen/World.hpp" +#include "ingen/memory.hpp" #include "ingen/runtime_paths.hpp" -#include "ingen/types.hpp" #include <chrono> #include <cstdint> diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 3e33bfd4..fbcc5cc0 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -34,8 +34,8 @@ #include "ingen/World.hpp" #include "ingen/filesystem.hpp" #include "ingen/fmt.hpp" +#include "ingen/memory.hpp" #include "ingen/runtime_paths.hpp" -#include "ingen/types.hpp" #include "raul/Path.hpp" #include "serd/serd.h" #include "sord/sordmm.hpp" |