diff --git a/tests/libtransport/main.cpp b/tests/libtransport/main.cpp index 8c02ec2c98e569b7bd531b9735cefc2f44ae0df7..7f71c63f282c43b385f0a12389907279af52d92b 100644 --- a/tests/libtransport/main.cpp +++ b/tests/libtransport/main.cpp @@ -10,12 +10,12 @@ #include "log4cxx/fileappender.h" #include "log4cxx/patternlayout.h" #include "log4cxx/propertyconfigurator.h" +using namespace log4cxx; +#endif #include "transport/protocol.pb.h" #include "transport/HTTPRequest.h" -using namespace log4cxx; -#endif int main (int argc, char* argv[])