summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-21 01:13:34 -0400
committerbd <bdunahu@operationnull.com>2025-03-21 01:13:34 -0400
commite25c2a508f3fca329fdf45675e1dd0602f3a121b (patch)
tree33b40e742db09c1bb2b630f28343d53520ba1f2b /tests
parent91886988ddfd276cd6e51f05b9e92fd1926b54ec (diff)
remove unused import
Diffstat (limited to 'tests')
-rw-r--r--tests/cache.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cache.cc b/tests/cache.cc
index c9fbd20..d1171d1 100644
--- a/tests/cache.cc
+++ b/tests/cache.cc
@@ -2,7 +2,6 @@
#include "definitions.h"
#include "dram.h"
#include <catch2/catch_test_macros.hpp>
-#include <functional>
class CacheFixture
{