aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
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 {