[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Jun 3 12:01:07 PDT 2015
src/hb-ot-font.h | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Jun 3 11:53:42 2015 -0700
Add include check to hb-ot-font.h
diff --git a/src/hb-ot-font.h b/src/hb-ot-font.h
index 7a8c04a..b9947a1 100644
--- a/src/hb-ot-font.h
+++ b/src/hb-ot-font.h
@@ -24,6 +24,10 @@
* Google Author(s): Behdad Esfahbod, Roozbeh Pournader
*/
+#ifndef HB_OT_H_IN
+#error "Include <hb-ot.h> instead."
+#endif
+
#ifndef HB_OT_FONT_H
#define HB_OT_FONT_H
More information about the HarfBuzz
mailing list