From 28f9c5e13d77ba1f160d83373144b691da75d7e2 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 22 Mar 2025 14:19:10 -0400 Subject: Add controller.h, implementation and tests. --- tests/cache.cc | 1 - tests/dram.cc | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') 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 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 #include -- cgit v1.2.3