From 06a63974577071c6b4525f7eaeb7dae55b3a7a4d Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Fri, 27 Oct 2023 12:43:44 -0700 Subject: Move date_h to pragma once Change-Id: I04864e8c47c8bb1763016b6ba1e5826450afdc72 Signed-off-by: Ed Tanous --- redfish-core/include/utils/extern/date.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'redfish-core/include/utils') diff --git a/redfish-core/include/utils/extern/date.h b/redfish-core/include/utils/extern/date.h index ebeaeb1f68..23f7d0c0bf 100644 --- a/redfish-core/include/utils/extern/date.h +++ b/redfish-core/include/utils/extern/date.h @@ -1,3 +1,4 @@ +#pragma once // NOLINTBEGIN // clang-format off @@ -6,9 +7,6 @@ * https://github.com/HowardHinnant/date/blob/master/include/date/date.h */ -#ifndef DATE_H -#define DATE_H - // The MIT License (MIT) // // Copyright (c) 2015, 2016, 2017 Howard Hinnant @@ -8250,5 +8248,3 @@ operator<<(std::basic_ostream& os, // NOLINTEND // clang-format off - -#endif // DATE_H -- cgit v1.2.3