aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/programloader.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/programloader.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/programloader.h')
-rw-r--r--qtmips_machine/programloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/programloader.h b/qtmips_machine/programloader.h
index 6c13d18..0208770 100644
--- a/qtmips_machine/programloader.h
+++ b/qtmips_machine/programloader.h
@@ -7,7 +7,7 @@
#include <cstdint>
#include <qvector.h>
#include <qstring.h>
-#include "memory.h"
+#include <memory.h>
namespace machine {