X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Fdatetime.h;h=ba8049bc2aad9ad6a2b794364da2478ad25466c3;hb=90d55c510f5dbd334be3a16017d1cf6ece61cf85;hp=7c2a349a869a794ff1876ec3029343d38dc48963;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/time/datetime.h b/source/time/datetime.h index 7c2a349..ba8049b 100644 --- a/source/time/datetime.h +++ b/source/time/datetime.h @@ -10,7 +10,7 @@ Distributed under the LGPL #include #include "timezone.h" -#include "types.h" +#include "rawtime.h" namespace Msp { namespace Time { @@ -82,7 +82,6 @@ public: private: void add_raw(RawTime); void normalize(); - void validate() const; }; } // namespace Time