From c77aa79f51702179032b681fef2df31399fcec4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 31 Jul 2018 12:53:01 +0200 Subject: [core] update parse_date from cURL 7.61.0 --- src/parsedate/parsedate.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/parsedate/parsedate.hpp') 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 */ -- cgit v1.2.1