]> git.siccegge.de Git - frida/frida.git/blobdiff - src/disassembler/llvm/LLVMFunction.hxx
Make InformationManager responsible for cleaning Blocks / Functions
[frida/frida.git] / src / disassembler / llvm / LLVMFunction.hxx
index 3bc813a79359511da101eac0488b24ab9dd3a209..e28b9588c44d3bb6ddeaf0ada93f30a904bccf5a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INCLUDE__LLVMFunction_hxx
 #define INCLUDE__LLVMFunction_hxx
 
-#include "disassembler/Function.hxx"
+#include "core/Function.hxx"
 
 class LLVMFunction : public Function {
 public:
@@ -11,6 +11,3 @@ private:
 };
 
 #endif
-
-
-