[pango/wip/kill-shape-engine: 5/15] shape: Drop unneeded includes



commit ceccf52c9093c6b82e63f031adbab963d69509e4
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 12 18:32:53 2019 -0400

    shape: Drop unneeded includes
    
    pangofc-shape.c does not use any pangofc api anymore.

 pango/pangofc-shape.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pango/pangofc-shape.c b/pango/pangofc-shape.c
index aeec21e2..71b5740d 100644
--- a/pango/pangofc-shape.c
+++ b/pango/pangofc-shape.c
@@ -27,9 +27,8 @@
 #include <math.h>
 
 #include "pangofc-private.h"
-#include "pangofc-font-private.h"
-#include "pangofc-fontmap-private.h"
-#include <hb-ft.h>
+#include "pango-impl-utils.h"
+
 #include <hb-glib.h>
 
 /* cache a single hb_buffer_t */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]