summaryrefslogtreecommitdiff
path: root/src/strptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strptime.h')
-rw-r--r--src/strptime.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/strptime.h b/src/strptime.h
index cccae1c4..efd6e91b 100644
--- a/src/strptime.h
+++ b/src/strptime.h
@@ -23,9 +23,6 @@
*
* @brief Implements strptime under Windows
*/
-#ifndef INCLUDED_STRPTIME_H
-#define INCLUDED_STRPTIME_H
+#pragma once
char* strptime(const char *buf, const char *fmt, struct tm *tm);
-
-#endif // INCLUDED_STRPTIME_H