X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fapplication.cpp;h=6bfa6289f1174b604293c09464bd9746d783e46e;hb=fc1475d88018934a61df890c192a404a105308fd;hp=a60f605cbf03162a3e22d9ec3e1939f8472a68dd;hpb=c2eeec205dbf17f6ca38fda2671c6aaf2d1c505f;p=libs%2Fcore.git diff --git a/source/core/application.cpp b/source/core/application.cpp index a60f605..6bfa628 100644 --- a/source/core/application.cpp +++ b/source/core/application.cpp @@ -1,14 +1,10 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006-2008, 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - +#ifdef WIN32 +#include +#endif #include #include #include -#include "../debug/demangle.h" +#include #include "application.h" #include "getopt.h"