Utils/Logger: cleaned up some #includes
[senf.git] / senf / Utils / Logger / Target.hh
index 40a2165..928c060 100644 (file)
 #define HH_SENF_Utils_Logger_Target_ 1
 
 // Custom includes
-#include <set>
 #include <vector>
 #include <boost/utility.hpp>
-#include <boost/type_traits/is_convertible.hpp>
-#include <senf/Utils/singleton.hh>
-#include <senf/Utils/mpl.hh>
-#include "StreamRegistry.hh"
 #include <senf/Utils/Exception.hh>
-#include "TimeSource.hh"
 #include <senf/Utils/Console/LazyDirectory.hh>
+#include "TimeSource.hh"
+#include "Levels.hh"
 
 //#include "Target.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 /** \defgroup targets Targets
 
@@ -57,6 +53,7 @@ namespace log {
     namespace detail { class TargetRegistry; }
     namespace detail { class AreaBase; }
     namespace detail { struct LogParameters; }
+    namespace detail { struct StreamBase; }
 
     /** \brief Logging target base class
 
@@ -145,7 +142,7 @@ namespace log {
     class Target : private boost::noncopyable
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         /** \brief Routing action
@@ -198,17 +195,17 @@ namespace log {
         typedef RIB::const_iterator iterator; ///< Routing table iterator
         typedef RIB::size_type size_type;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         explicit Target(std::string const & name);
         virtual ~Target();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Routing
-        ///\{
+        //\{
 
 #       ifdef DOXYGEN
 
@@ -335,7 +332,7 @@ namespace log {
 
 #       endif
 
-        ///\}
+        //\}
 
         /** \brief Exception: Invalid stream */
         struct InvalidStreamException : public senf::Exception
@@ -418,7 +415,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "Target.cci"
 //#include "Target.ct"
 #include "Target.cti"