diff options
Diffstat (limited to 'src/Type1/t1funcs.c')
-rw-r--r-- | src/Type1/t1funcs.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Type1/t1funcs.c b/src/Type1/t1funcs.c index e4b2209..03c522d 100644 --- a/src/Type1/t1funcs.c +++ b/src/Type1/t1funcs.c @@ -88,29 +88,13 @@ from The Open Group. #include <config.h> #endif -#ifndef FONTMODULE #include <string.h> -#ifdef _XOPEN_SOURCE #include <math.h> -#else -#define _XOPEN_SOURCE /* to get prototype for hypot on some systems */ -#include <math.h> -#undef _XOPEN_SOURCE -#endif #include "X11/Xfuncs.h" #ifdef USE_MMAP #include <sys/types.h> #include <sys/mman.h> #endif -#else -#include "Xmd.h" -#include "Xdefs.h" -#endif - -#ifdef FONTMODULE -#include "os.h" -#include "xf86_ansic.h" -#endif #include <X11/fonts/fntfilst.h> #include <X11/fonts/fontutil.h> |