X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2FInformationManager.cxx;h=7c1c5dee207a4e9e1023a812858fec5e8ea67a9b;hb=32e87746db981882b95aceddde79ef12034a3405;hp=0907cf9d2d7f7eeb5a191781c4345e1fc3e5a72c;hpb=bc07dbf3889f93f65c4b73f911aa280afdd906fb;p=frida%2Ffrida.git diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index 0907cf9..7c1c5de 100644 --- a/src/core/InformationManager.cxx +++ b/src/core/InformationManager.cxx @@ -1,8 +1,11 @@ #include "InformationManager.hxx" #include "disassembler/llvm/LLVMDisassembler.hxx" +#include "core/Function.hxx" +#include "core/BasicBlock.hxx" + #include "gui/qt.hxx" -#include "quazip/quazip.h" -#include "quazip/quazipfile.h" +#include +#include void InformationManager::reset(const std::string& filename) { disassembler.reset(createLLVMDisassembler(filename, this));