]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/except.h
Don't throw on win32 if file has no owner or group
[libs/core.git] / source / core / except.h
index a58b3ca9c0c9480b14560a36a160aa247be42542..ed295f11cef6c50d7fb1c407a7c89852e2d8b2b6 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_ERROR_H_
 #define MSP_CORE_ERROR_H_
 
 #include <exception>
 #include <string>
-#include "../debug/backtrace.h"
+#include <msp/debug/backtrace.h>
 
 namespace Msp {