Packets: Fix annotation unit-test on 64bit architectures
[senf.git] / senf / Utils / Logger / TimeSource.ih
index d1a73b1..4a5a990 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/scoped_ptr.hpp>
-#include "../singleton.hh"
+#include <senf/Utils/singleton.hh>
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
@@ -44,10 +44,10 @@ namespace detail {
 
         time_type now();
         void timeSource(std::auto_ptr<TimeSource> source);
-        
+
     private:
         TimeSourceManager();
-        
+
         boost::scoped_ptr<TimeSource> timeSource_;
 
         friend class senf::singleton<TimeSourceManager>;