X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fmain.cxx;h=b24bb5b9ee1c77f4633b2d76ed729c5b2f1d57cd;hp=0c1ffe50a750e82b8f848b29db742cb8d91772ed;hb=71337c035ff7d6c0cecc926065e93dacd33097bf;hpb=72a9a502691a01578c06165bfe79097daafa2b05 diff --git a/src/main.cxx b/src/main.cxx index 0c1ffe5..b24bb5b 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -1,6 +1,5 @@ #include "disassembler/llvm/include_llvm.hxx" -#include #include #include @@ -20,10 +19,6 @@ #include "core/InformationManager.hxx" #include "disassembler/llvm/LLVMDisassembler.hxx" -using std::cout; -using std::cin; -using std::cerr; - int main(int argc, char** argv) { QApplication app(argc, argv);