diff --git a/backends/libcommuni/main.cpp b/backends/libcommuni/main.cpp index 6443c2bd6420a29e9b5bf23dc02cbbcd1fe5a278..9b717d4ca7ebb2ccea6ee3f165b06905d808d7bc 100644 --- a/backends/libcommuni/main.cpp +++ b/backends/libcommuni/main.cpp @@ -18,19 +18,9 @@ #include "ircnetworkplugin.h" #include "singleircnetworkplugin.h" -#include "log4cxx/logger.h" -#include "log4cxx/consoleappender.h" -#include "log4cxx/patternlayout.h" -#include "log4cxx/propertyconfigurator.h" -#include "log4cxx/helpers/properties.h" -#include "log4cxx/helpers/fileinputstream.h" -#include "log4cxx/helpers/transcoder.h" - using namespace boost::program_options; using namespace Transport; -using namespace log4cxx; - NetworkPlugin * np = NULL; int main (int argc, char* argv[]) {