From: Razvan Becheriu Date: Mon, 4 Nov 2019 20:28:19 +0000 (+0200) Subject: [#886, !508] fixed header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761d3809b3d0e00069fd026af860ceafa7395e1f;p=thirdparty%2Fkea.git [#886, !508] fixed header --- 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