From 1fb7a9bd5eb41e87871bcbb3423caaabdd8ce1d9 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 11 Apr 2025 21:22:18 -0400 Subject: First part of storage rework (see description) - Removed response enum. - Removed messy ostream override, and cli.cc test class - Removed accessor enum, and instead used unique pointer to identify accessor. - Simplified storage by removing is_waiting variables. - Rewrote DRAM and Cache to use Storage constructor. --- inc/definitions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/definitions.h') diff --git a/inc/definitions.h b/inc/definitions.h index c81c4e3..6fa29ee 100644 --- a/inc/definitions.h +++ b/inc/definitions.h @@ -1,6 +1,5 @@ #ifndef DEFINITIONS_H #define DEFINITIONS_H -#include "logger.h" #include /** -- cgit v1.2.3