From 68c66ef33c815e3f70c2f2814439ecf2c8662b76 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 23 Sep 2020 14:22:28 -0700 Subject: [PATCH] ICU-20846 remove header guard from .cpp file --- icu4c/source/common/localematcher.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/icu4c/source/common/localematcher.cpp b/icu4c/source/common/localematcher.cpp index 473ec8f84a0..5795cbf87e6 100644 --- a/icu4c/source/common/localematcher.cpp +++ b/icu4c/source/common/localematcher.cpp @@ -4,9 +4,6 @@ // localematcher.cpp // created: 2019may08 Markus W. Scherer -#ifndef __LOCMATCHER_H__ -#define __LOCMATCHER_H__ - #include "unicode/utypes.h" #include "unicode/localebuilder.h" #include "unicode/localematcher.h" @@ -847,5 +844,3 @@ uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, return acceptLanguage(*availableLocales, desiredLocales, result, resultAvailable, outResult, *status); } - -#endif // __LOCMATCHER_H__