From 1e54e9f4b8cd32db5c224f971207aedee8bbe3dd Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 28 May 2011 15:25:46 +0300 Subject: [PATCH] Rename time/types.h to rawtime.h --- source/time/datetime.h | 2 +- source/time/{types.h => rawtime.h} | 4 ++-- source/time/timedelta.h | 2 +- source/time/timestamp.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename source/time/{types.h => rawtime.h} (85%) diff --git a/source/time/datetime.h b/source/time/datetime.h index 7c2a349..dcd0b9a 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 { diff --git a/source/time/types.h b/source/time/rawtime.h similarity index 85% rename from source/time/types.h rename to source/time/rawtime.h index 89c7405..afa3c94 100644 --- a/source/time/types.h +++ b/source/time/rawtime.h @@ -5,8 +5,8 @@ Copyright © 2006,2008 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#ifndef MSP_TIME_TYPES_H_ -#define MSP_TIME_TYPES_H_ +#ifndef MSP_TIME_RAWTIME_H_ +#define MSP_TIME_RAWTIME_H_ #ifndef WIN32 #include diff --git a/source/time/timedelta.h b/source/time/timedelta.h index 631c4b0..0a9ddd9 100644 --- a/source/time/timedelta.h +++ b/source/time/timedelta.h @@ -11,7 +11,7 @@ Distributed under the LGPL #include #include #include -#include "types.h" +#include "rawtime.h" namespace Msp { namespace Time { diff --git a/source/time/timestamp.h b/source/time/timestamp.h index 64309ce..5dcb076 100644 --- a/source/time/timestamp.h +++ b/source/time/timestamp.h @@ -9,7 +9,7 @@ Distributed under the LGPL #define MSP_TIME_TIMESTAMP_H_ #include "timedelta.h" -#include "types.h" +#include "rawtime.h" namespace Msp { namespace Time { -- 2.43.0