diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cache.cc | 1 | ||||
-rw-r--r-- | tests/dram.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cache.cc b/tests/cache.cc index d1171d1..14459b9 100644 --- a/tests/cache.cc +++ b/tests/cache.cc @@ -1,5 +1,4 @@ #include "cache.h" -#include "definitions.h" #include "dram.h" #include <catch2/catch_test_macros.hpp> diff --git a/tests/dram.cc b/tests/dram.cc index 3397f74..c15c3de 100644 --- a/tests/dram.cc +++ b/tests/dram.cc @@ -1,5 +1,4 @@ #include "dram.h" -#include "definitions.h" #include <array> #include <catch2/catch_test_macros.hpp> |