From a2b1d73b0654af2528f410bc4e3195567a4b2abb Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 6 Dec 2011 14:25:11 +0100 Subject: [PATCH] Use `ta.h' only. --- src/tabytecode.c | 1 - src/tadsig.c | 2 +- src/tafpgm.c | 2 +- src/tagasp.c | 2 +- src/taglyf.c | 2 +- src/taloca.c | 2 +- src/tamaxp.c | 2 +- src/taprep.c | 2 +- 8 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/tabytecode.c b/src/tabytecode.c index f7e0428..29845a5 100644 --- a/src/tabytecode.c +++ b/src/tabytecode.c @@ -14,7 +14,6 @@ #include "ta.h" -#include "tabytecode.h" #undef MISSING diff --git a/src/tadsig.c b/src/tadsig.c index 1866e4c..8c2f1bc 100644 --- a/src/tadsig.c +++ b/src/tadsig.c @@ -12,8 +12,8 @@ * with the ttfautohint library. */ + #include "ta.h" -#include "tabytecode.h" /* we build a dummy `DSIG' table only */ diff --git a/src/tafpgm.c b/src/tafpgm.c index d756d20..c319722 100644 --- a/src/tafpgm.c +++ b/src/tafpgm.c @@ -13,7 +13,7 @@ */ -#include "tabytecode.h" +#include "ta.h" /* we need the following macro */ diff --git a/src/tagasp.c b/src/tagasp.c index d0410b4..c47c345 100644 --- a/src/tagasp.c +++ b/src/tagasp.c @@ -12,8 +12,8 @@ * with the ttfautohint library. */ + #include "ta.h" -#include "tabytecode.h" static FT_Error diff --git a/src/taglyf.c b/src/taglyf.c index e3970d8..3807059 100644 --- a/src/taglyf.c +++ b/src/taglyf.c @@ -12,8 +12,8 @@ * with the ttfautohint library. */ + #include "ta.h" -#include "tabytecode.h" FT_Error diff --git a/src/taloca.c b/src/taloca.c index a66187d..a9eedbe 100644 --- a/src/taloca.c +++ b/src/taloca.c @@ -12,8 +12,8 @@ * with the ttfautohint library. */ + #include "ta.h" -#include "tabytecode.h" FT_Error diff --git a/src/tamaxp.c b/src/tamaxp.c index 61153ff..67649d9 100644 --- a/src/tamaxp.c +++ b/src/tamaxp.c @@ -12,8 +12,8 @@ * with the ttfautohint library. */ + #include "ta.h" -#include "tabytecode.h" FT_Error diff --git a/src/taprep.c b/src/taprep.c index 6e79b71..b2e8594 100644 --- a/src/taprep.c +++ b/src/taprep.c @@ -13,7 +13,7 @@ */ -#include "tabytecode.h" +#include "ta.h" #define PREP(snippet_name) prep_ ## snippet_name -- 2.11.4.GIT