diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-21 14:59:09 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-21 14:59:09 +0100 |
commit | f1c0203237b976c366bedd950a2e6ffbcb8f7bcd (patch) | |
tree | 263a80f63f3b5056e5997edaf8ac694a73927e5c /qtmips_machine/memory.h | |
parent | 5715b6b916a5049b2f5542c022a41f895b9572a4 (diff) | |
download | qtmips-f1c0203237b976c366bedd950a2e6ffbcb8f7bcd.tar.gz qtmips-f1c0203237b976c366bedd950a2e6ffbcb8f7bcd.tar.bz2 qtmips-f1c0203237b976c366bedd950a2e6ffbcb8f7bcd.zip |
Some pleanups and small fixes
These are just code fixes. Shouldn't change anything but makes code
cleaner.
Diffstat (limited to 'qtmips_machine/memory.h')
-rw-r--r-- | qtmips_machine/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmips_machine/memory.h b/qtmips_machine/memory.h index 9ff8c2b..ab33e4a 100644 --- a/qtmips_machine/memory.h +++ b/qtmips_machine/memory.h @@ -2,7 +2,6 @@ #define MEMORY_H #include <QObject> -#include <vector> #include <cstdint> #include <qtmipsexception.h> |