From e1a7f1a0a503cefbd02db481df58d35f21f72062 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Thu, 9 Apr 2015 10:33:25 +0200 Subject: [PATCH] removed namespace core --- dram/src/error/flip_memory.cpp | 1 - dram/src/error/flip_memory.h | 1 - 2 files changed, 2 deletions(-) diff --git a/dram/src/error/flip_memory.cpp b/dram/src/error/flip_memory.cpp index c6cb7e17..adeeb580 100644 --- a/dram/src/error/flip_memory.cpp +++ b/dram/src/error/flip_memory.cpp @@ -19,7 +19,6 @@ using namespace std; -using namespace core; void flip_memory::setBank(unsigned int b) { diff --git a/dram/src/error/flip_memory.h b/dram/src/error/flip_memory.h index 2ef22e7b..aeaea0af 100644 --- a/dram/src/error/flip_memory.h +++ b/dram/src/error/flip_memory.h @@ -16,7 +16,6 @@ using namespace tlm; using namespace std; -using namespace core; class flip_memory {