Utils/Logger: cleaned up some #includes
[senf.git] / senf / Utils / Logger / IOStreamTarget.hh
index ff66dff..bcdfa39 100644 (file)
 #define HH_SENF_Utils_Logger_IOStreamTarget_ 1
 
 // Custom includes
-#include <boost/utility.hpp>
-#include <boost/scoped_ptr.hpp>
 #include "Target.hh"
 #include "LogFormat.hh"
 
 //#include "IOStreamTarget.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
@@ -53,14 +51,14 @@ namespace log {
         : public Target, private detail::LogFormat
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         IOStreamTarget(std::string const & name, std::ostream & os);
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         using detail::LogFormat::showTime;
         using detail::LogFormat::showStream;
@@ -81,7 +79,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "IOStreamTarget.cci"
 //#include "IOStreamTarget.ct"
 //#include "IOStreamTarget.cti"