about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/buchstabensuppe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/buchstabensuppe.h b/include/buchstabensuppe.h
index 86467b4..461d96f 100644
--- a/include/buchstabensuppe.h
+++ b/include/buchstabensuppe.h
@@ -6,9 +6,6 @@
 
 #include <buchstabensuppe/bitmap.h>
 
-#include <schrift.h>
-#include <harfbuzz/hb.h>
-
 #include <stdbool.h>
 #include <stddef.h>
 
@@ -41,6 +38,9 @@ bs_utf32_buffer_t bs_decode_utf8(const char *, size_t);
  * @{
  */
 
+typedef struct hb_font_t hb_font_t;
+typedef struct SFT_Font SFT_Font;
+
 typedef struct bs_font {
   hb_font_t      *bs_font_hb;
   SFT_Font       *bs_font_schrift;