Fix file inclusion.

This commit is contained in:
Werner Lemberg 2000-07-21 16:43:55 +00:00
parent e616d22529
commit 81991cd203
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@
#ifdef FT_FLAT_COMPILE
#include <type1/t1gload.h>
#include "t1gload.h"
#ifndef T1_CONFIG_OPTION_DISABLE_HINTER
#include <type1/t1hinter.h>
#include "t1hinter.h"
#endif
#else /* FT_FLAT_COMPILE */