]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/profiler.cpp
Avoid using relative paths beginning with .. in #includes
[libs/core.git] / source / debug / profiler.cpp
index ba69a61d5c511aa40374ced75892c5b8d07c372a..0167ff99e7be1aa6bd4fb81427023d9d8868d67c 100644 (file)
@@ -1,12 +1,5 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#include "../core/except.h"
-#include "../time/units.h"
+#include <msp/core/except.h>
+#include <msp/time/units.h>
 #include "profiler.h"
 
 using namespace std;