]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/profiler.h
Let the base classes decide the default error mode
[libs/core.git] / source / debug / profiler.h
index f2d5812da30befafb53914168eeb4237c2966b1c..7f88dd2c099620189168ed8ed11645d385bed942 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_PROFILER_H_
 #define MSP_DEBUG_PROFILER_H_
 
 #include <map>
 #include <string>
 #include <vector>
-#include "../time/timedelta.h"
+#include <msp/time/timedelta.h>
 
 namespace Msp {
 namespace Debug {