summaryrefslogtreecommitdiff
path: root/pango/pango-ot-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-11-03 15:12:25 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-11-03 20:28:51 -0500
commit1a9072ec14c2d57a53c90746e182884453e08957 (patch)
tree4d9d768bd62392093018837994be2657979fa60c /pango/pango-ot-private.h
parent8e9d153733cac83bfc8ce0c068d2af455d0e9a76 (diff)
downloadpango-1a9072ec14c2d57a53c90746e182884453e08957.tar.gz
Use external harfbuzz shared library from harfbuzz-ng
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r--pango/pango-ot-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h
index a011b74d..9bd178fa 100644
--- a/pango/pango-ot-private.h
+++ b/pango/pango-ot-private.h
@@ -25,8 +25,8 @@
#include <glib-object.h>
#include <pango/pango-ot.h>
-#include "opentype/hb-ot.h"
-#include "opentype/hb-glib.h"
+#include <hb-ot.h>
+#include <hb-glib.h>
G_BEGIN_DECLS