Add include check to hb-ot-font.h
This commit is contained in:
parent
37c8daf724
commit
8dacb7f8b4
|
@ -24,6 +24,10 @@
|
||||||
* Google Author(s): Behdad Esfahbod, Roozbeh Pournader
|
* Google Author(s): Behdad Esfahbod, Roozbeh Pournader
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HB_OT_H_IN
|
||||||
|
#error "Include <hb-ot.h> instead."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HB_OT_FONT_H
|
#ifndef HB_OT_FONT_H
|
||||||
#define HB_OT_FONT_H
|
#define HB_OT_FONT_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue