[autofit] Fix `make multi CC=c++'.

* src/autofit/aflatin.c, src/autofit/aflatin2.c: Include
`afglobal.h'.
* src/autofit/afloader.c: Fix order of header files.
* src/autofit/afmodule.c: Include `afglobal.h' and `aferrors.h'.
This commit is contained in:
Werner Lemberg 2012-10-20 08:34:57 +02:00
parent 4404ec4ef5
commit dda1e93db8
5 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2012-10-20 Werner Lemberg <wl@gnu.org>
[autofit] Fix `make multi CC=c++'.
* src/autofit/aflatin.c, src/autofit/aflatin2.c: Include
`afglobal.h'.
* src/autofit/afloader.c: Fix order of header files.
* src/autofit/afmodule.c: Include `afglobal.h' and `aferrors.h'.
2012-10-19 Werner Lemberg <wl@gnu.org>
[cff] Fix more value errors and improve tracing.

View File

@ -20,6 +20,7 @@
#include FT_ADVANCES_H
#include FT_INTERNAL_DEBUG_H
#include "afglobal.h"
#include "aflatin.h"
#include "aferrors.h"

View File

@ -18,6 +18,7 @@
#include FT_ADVANCES_H
#include "afglobal.h"
#include "aflatin.h"
#include "aflatin2.h"
#include "aferrors.h"

View File

@ -16,9 +16,9 @@
/***************************************************************************/
#include "afglobal.h"
#include "afloader.h"
#include "afhints.h"
#include "afglobal.h"
#include "aferrors.h"
#include "afmodule.h"

View File

@ -16,8 +16,10 @@
/***************************************************************************/
#include "afglobal.h"
#include "afmodule.h"
#include "afloader.h"
#include "aferrors.h"
#include "afpic.h"
#ifdef FT_DEBUG_AUTOFIT