From de10fab8200540e3785d69279cd476fb28df98c9 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 4 Nov 2019 22:28:19 +0200 Subject: [PATCH] [#886, !508] fixed header --- src/lib/util/thread_resource.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/util/thread_resource.h b/src/lib/util/thread_resource.h index bd360cbc7c..9a8e44a604 100644 --- a/src/lib/util/thread_resource.h +++ b/src/lib/util/thread_resource.h @@ -4,8 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -#ifndef THREAD_RESOURCE_MGR_H -#define THREAD_RESOURCE_MGR_H +#ifndef THREAD_RESOURCE_H +#define THREAD_RESOURCE_H #include #include @@ -46,4 +46,4 @@ private: } // namespace dhcp } // namespace isc -#endif // THREAD_RESOURCE_MGR_H +#endif // THREAD_RESOURCE_H -- 2.47.2