summaryrefslogtreecommitdiff
path: root/src/type1/type1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/type1.c')
-rw-r--r--src/type1/type1.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/type1/type1.c b/src/type1/type1.c
index bfe0e439f..81795376e 100644
--- a/src/type1/type1.c
+++ b/src/type1/type1.c
@@ -17,17 +17,14 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
-
#include <ft2build.h>
-#include "t1parse.c"
-#include "t1load.c"
-#include "t1objs.c"
-#include "t1driver.c"
-#include "t1gload.c"
-#ifndef T1_CONFIG_OPTION_NO_AFM
#include "t1afm.c"
-#endif
+#include "t1driver.c"
+#include "t1gload.c"
+#include "t1load.c"
+#include "t1objs.c"
+#include "t1parse.c"
/* END */