]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.cpp
Merge branch 'io-master'
[libs/core.git] / source / core / application.cpp
index 53fb1c3bc6ac6a49582d8aad1ad692414a8e963f..6bfa6289f1174b604293c09464bd9746d783e46e 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #endif
 #include <signal.h>
 #include <iostream>
 #include <typeinfo>
-#include "../debug/demangle.h"
+#include <msp/debug/demangle.h>
 #include "application.h"
 #include "getopt.h"