* include/freetype/cache/ftcglyph.h: Don't include stddef.h.

* include/freetype/freetype.h: Fix check for ft2build.h.
This commit is contained in:
Werner Lemberg 2003-11-03 20:12:39 +00:00
parent 2169a9d906
commit b6e7ed6c57
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2003-11-02 Werner Lemberg <wl@gnu.org>
* include/freetype/cache/ftcglyph.h: Don't include stddef.h.
* include/freetype/freetype.h: Fix check for ft2build.h.
2003-11-01 Werner Lemberg <wl@gnu.org>
* include/freetype/freetype.h: Check that ft2build.h has been

View File

@ -50,8 +50,6 @@
#include FT_CACHE_H
#include FT_CACHE_MANAGER_H
#include <stddef.h>
FT_BEGIN_HEADER

View File

@ -16,7 +16,7 @@
/***************************************************************************/
#ifndef __FT2_BUILD_GENERIC_H__
#ifndef FT_FREETYPE_H
#error "`ft2build.h' hasn't been included yet!"
#error "Please always use macros to include FreeType header files."
#error "Example:"