aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-17 13:32:11 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-17 13:32:11 +0100
commitd16d824c0649c03cf79c5820660318396e3b96ab (patch)
tree0cd9ccd77529bf021ebf0b8ed7cd41e9bd0536cd /qtmips_machine/core.h
parente0c757926743ee21f1a60b4b6948ca3eb895c373 (diff)
downloadqtmips-d16d824c0649c03cf79c5820660318396e3b96ab.tar.gz
qtmips-d16d824c0649c03cf79c5820660318396e3b96ab.tar.bz2
qtmips-d16d824c0649c03cf79c5820660318396e3b96ab.zip
Use global includes in qtmips_machine
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r--qtmips_machine/core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h
index 5c61ddb..fc61429 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -2,11 +2,11 @@
#define CORE_H
#include <QObject>
-#include "qtmipsexception.h"
-#include "registers.h"
-#include "memory.h"
-#include "instruction.h"
-#include "alu.h"
+#include <qtmipsexception.h>
+#include <registers.h>
+#include <memory.h>
+#include <instruction.h>
+#include <alu.h>
namespace machine {