diff --git a/classes/Font_Glyph_Outline.php b/classes/Font_Glyph_Outline.php index 28ac878..7b83154 100644 --- a/classes/Font_Glyph_Outline.php +++ b/classes/Font_Glyph_Outline.php @@ -7,9 +7,6 @@ * @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $ */ -require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php"; -require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php"; - /** * `glyf` font table. * @@ -104,4 +101,7 @@ function getSVGContours() { function getGlyphIDs(){ return array(); } -} \ No newline at end of file +} + +require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php"; +require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php";