From 71337c035ff7d6c0cecc926065e93dacd33097bf Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 21 Jan 2015 13:09:12 +0100 Subject: [PATCH] Cleanup in main() --- src/main.cxx | 5 ----- 1 file changed, 5 deletions(-) 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); -- 2.39.2