X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimezone.cpp;h=873829d667111f86a3e96dbd164d89606f5183d1;hb=1f0843257065789231a9949e0a81b79afd7bbebe;hp=7c837484c705239f06537e2781209b396c1ef4ba;hpb=8e77a1c6747dddf585d653c34e9806e976d2c73a;p=libs%2Fcore.git diff --git a/source/time/timezone.cpp b/source/time/timezone.cpp index 7c83748..873829d 100644 --- a/source/time/timezone.cpp +++ b/source/time/timezone.cpp @@ -1,18 +1,11 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2008-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef WIN32 #include #else #include #endif -#include #include +#include #include "timestamp.h" #include "timezone.h" #include "units.h"