Bug 1330473 This graphite2 include is not needed draft
authorTom Ritter <tom@mozilla.com>
Wed, 11 Jan 2017 19:17:14 -0600
changeset 459464 5b11b518d57df4c63d534b8cfc0c083dfbd96306
parent 459259 63ad56438630b389efdb01632e153143cf3008ec
child 459465 b4df8988422cac3376fcecb597d343ad01888139
push id41230
push userbmo:tom@mozilla.com
push dateThu, 12 Jan 2017 01:27:47 +0000
bugs1330473
milestone53.0a1
Bug 1330473 This graphite2 include is not needed MozReview-Commit-ID: HJqDmGiP0Cv
gfx/thebes/gfxFont.cpp
--- a/gfx/thebes/gfxFont.cpp
+++ b/gfx/thebes/gfxFont.cpp
@@ -42,17 +42,16 @@
 #include "gfx2DGlue.h"
 
 #include "GreekCasing.h"
 
 #include "cairo.h"
 
 #include "harfbuzz/hb.h"
 #include "harfbuzz/hb-ot.h"
-#include "graphite2/Font.h"
 
 #include <algorithm>
 #include <limits>
 #include <cmath>
 
 using namespace mozilla;
 using namespace mozilla::gfx;
 using namespace mozilla::unicode;