]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/BasicBlock.cxx
Move qt.hxx up one directory
[frida/frida.git] / src / core / BasicBlock.cxx
index 7af6bd85f47af3ebc59701c26160539c9e297dbf..e09421d5785a1b603c9ccf951484eae37bdc0ad7 100644 (file)
@@ -1,5 +1,5 @@
 #include "BasicBlock.hxx"
-#include "gui/qt.hxx"
+#include "qt.hxx"
 #include "core/InformationManager.hxx"
 
 #include <cassert>
@@ -90,6 +90,6 @@ BasicBlock* BasicBlock::deserialize(QXmlStreamReader& stream, InformationManager
        return block;
 }
 
-std::list<Instruction> BasicBlock::getInstructions() const {
+std::vector<Instruction> BasicBlock::getInstructions() const {
        return manager->getDisassembler()->getInstructions(this);
 }