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 2007/08/08 19:12:30 UTC

svn commit: r563946 - /logging/log4cxx/trunk/src/main/include/log4cxx/logger.h

Author: carnold
Date: Wed Aug  8 10:12:28 2007
New Revision: 563946

URL: http://svn.apache.org/viewvc?view=rev&rev=563946
Log:
LOGCXX-190: The 'logger.h' header includes itself.

Modified:
    logging/log4cxx/trunk/src/main/include/log4cxx/logger.h

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/logger.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/logger.h?view=diff&rev=563946&r1=563945&r2=563946
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/logger.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/logger.h Wed Aug  8 10:12:28 2007
@@ -18,7 +18,6 @@
 #ifndef _LOG4CXX_LOGGER_H
 #define _LOG4CXX_LOGGER_H
 
-#include <log4cxx/logger.h>
 #include <log4cxx/helpers/appenderattachableimpl.h>
 #include <log4cxx/helpers/objectimpl.h>
 #include <log4cxx/level.h>