summaryrefslogtreecommitdiff
path: root/src/storage/dram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/dram.cc')
-rw-r--r--src/storage/dram.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storage/dram.cc b/src/storage/dram.cc
index 32f3fbb..5b4c63b 100644
--- a/src/storage/dram.cc
+++ b/src/storage/dram.cc
@@ -2,7 +2,6 @@
#include "definitions.h"
#include "response.h"
#include <algorithm>
-#include <iostream>
Dram::Dram(int lines, int delay)
{