diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-12-12 21:52:09 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-12-12 21:52:09 +0000 |
commit | f84e23d20b29d406ab1f183f22ab4b9ca42b46fb (patch) | |
tree | 7feb79de1ffcc5a596fbf16892f632458159149c /pango/pangoft2-fontmap.c | |
parent | 93b027c3788b3bc71fb841b743b32c3717aa4398 (diff) | |
download | pango-f84e23d20b29d406ab1f183f22ab4b9ca42b46fb.tar.gz |
pango/modules.c (read_modules) Use gstdio wrappers. (#16111, Robert
2004-12-12 Tor Lillqvist <tml@iki.fi>
* pango/modules.c (read_modules)
* pango/pango-utils.c (read_alias_file,read_config_file): Use
gstdio wrappers. (#16111, Robert Ă–gren)
* pango/pangoft2-fontmap.c: Remove unneded includes of <dirent.h>
and <windows.h>.
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r-- | pango/pangoft2-fontmap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c index 43607b07..0302caf7 100644 --- a/pango/pangoft2-fontmap.c +++ b/pango/pangoft2-fontmap.c @@ -27,9 +27,6 @@ #include <stdlib.h> #include <string.h> #include <errno.h> -#ifdef HAVE_DIRENT_H -#include <dirent.h> -#endif #include <fontconfig/fontconfig.h> @@ -37,11 +34,6 @@ #include "pangoft2-private.h" #include "pangofc-fontmap.h" -#ifdef G_OS_WIN32 -#define STRICT -#include <windows.h> -#endif - typedef struct _PangoFT2Family PangoFT2Family; typedef struct _PangoFT2FontMapClass PangoFT2FontMapClass; |