mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-20846 remove header guard from .cpp file
This commit is contained in:
parent
fba8cecffa
commit
68c66ef33c
1 changed files with 0 additions and 5 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue