You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/01/20 02:41:44 UTC

svn commit: r613495 - /logging/log4cxx/trunk/src/main/cpp/logger.cpp

Author: carnold
Date: Sat Jan 19 17:41:42 2008
New Revision: 613495

URL: http://svn.apache.org/viewvc?rev=613495&view=rev
Log:
LOGCXX-219: Misplaced include

Modified:
    logging/log4cxx/trunk/src/main/cpp/logger.cpp

Modified: logging/log4cxx/trunk/src/main/cpp/logger.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/logger.cpp?rev=613495&r1=613494&r2=613495&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/cpp/logger.cpp (original)
+++ logging/log4cxx/trunk/src/main/cpp/logger.cpp Sat Jan 19 17:41:42 2008
@@ -29,11 +29,11 @@
 #include <log4cxx/helpers/transcoder.h>
 #include <log4cxx/helpers/appenderattachableimpl.h>
 #include <log4cxx/helpers/exception.h>
-#include <log4cxx/helpers/aprinitializer.h>
 #if !defined(LOG4CXX)
 #define LOG4CXX 1
 #endif
 #include <log4cxx/private/log4cxx_private.h>
+#include <log4cxx/helpers/aprinitializer.h>
 
 using namespace log4cxx;
 using namespace log4cxx::helpers;