summaryrefslogtreecommitdiff
path: root/tests/cache.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-22 14:19:10 -0400
committerbd <bdunahu@operationnull.com>2025-03-22 14:19:10 -0400
commit28f9c5e13d77ba1f160d83373144b691da75d7e2 (patch)
tree46354fd0a39db5cb512974aa79949bf72c8be8d0 /tests/cache.cc
parent4bad9ab29a5fa6c442a257974beb7daeaf91f046 (diff)
Add controller.h, implementation and tests.
Diffstat (limited to 'tests/cache.cc')
-rw-r--r--tests/cache.cc1
1 files changed, 0 insertions, 1 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>