| Index: third_party/harfbuzz-ng/src/hb.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb.h b/third_party/harfbuzz-ng/src/hb.h
|
| index 691adee733d777c890cf03a7133add9dacde771a..0a2ebd9e873243987d8d33b2232da891e53278dd 100644
|
| --- a/third_party/harfbuzz-ng/src/hb.h
|
| +++ b/third_party/harfbuzz-ng/src/hb.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2009 Red Hat, Inc.
|
| + * Copyright © 2009 Red Hat, Inc.
|
| *
|
| * This is part of HarfBuzz, a text shaping library.
|
| *
|
| @@ -31,9 +31,9 @@
|
| #include "hb-buffer.h"
|
| #include "hb-common.h"
|
| #include "hb-font.h"
|
| -#include "hb-language.h"
|
| #include "hb-shape.h"
|
| #include "hb-unicode.h"
|
| +#include "hb-version.h"
|
|
|
| HB_BEGIN_DECLS
|
| HB_END_DECLS
|
|
|