removed namespace core

This commit is contained in:
Matthias Jung
2015-04-09 10:33:25 +02:00
parent 7f67a82287
commit e1a7f1a0a5
2 changed files with 0 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
using namespace std;
using namespace core;
void flip_memory::setBank(unsigned int b)
{

View File

@@ -16,7 +16,6 @@
using namespace tlm;
using namespace std;
using namespace core;
class flip_memory
{