diff options
Diffstat (limited to 'src/gettime.h')
-rw-r--r-- | src/gettime.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gettime.h b/src/gettime.h index 4d5a02e1e..bae8b97c0 100644 --- a/src/gettime.h +++ b/src/gettime.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef GETTIME_HEADER -#define GETTIME_HEADER +#pragma once #include "irrlichttypes.h" #include <time.h> @@ -42,5 +41,3 @@ inline std::string getTimestamp() strftime(cs, 20, "%Y-%m-%d %H:%M:%S", tm); return cs; } - -#endif |