summaryrefslogtreecommitdiff
path: root/src/parsedate/parsedate.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-07-31 12:53:01 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-07-31 20:57:09 +0200
commitc77aa79f51702179032b681fef2df31399fcec4f (patch)
treed359b5859c58830954e65df19483555c09e729de /src/parsedate/parsedate.hpp
parent2c5bebbdd8a5fc16719145b06e5812851fdb8751 (diff)
downloadqtlocation-mapboxgl-c77aa79f51702179032b681fef2df31399fcec4f.tar.gz
[core] update parse_date from cURL 7.61.0
Diffstat (limited to 'src/parsedate/parsedate.hpp')
-rw-r--r--src/parsedate/parsedate.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/parsedate/parsedate.hpp b/src/parsedate/parsedate.hpp
index 6905e361d4..40bfccb7a0 100644
--- a/src/parsedate/parsedate.hpp
+++ b/src/parsedate/parsedate.hpp
@@ -1,5 +1,4 @@
-#ifndef HEADER_PARSEDATE_H
-#define HEADER_PARSEDATE_H
+#pragma once
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -11,7 +10,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at http://curl.haxx.se/docs/copyright.html.
+ * are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
@@ -34,5 +33,3 @@ time_t parse_date(const char *p);
#ifdef __cplusplus
}
#endif
-
-#endif /* HEADER_PARSEDATE_H */