summaryrefslogtreecommitdiff
path: root/base/gxtype1.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxtype1.h')
-rw-r--r--base/gxtype1.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/base/gxtype1.h b/base/gxtype1.h
index 4b144da49..b5e3f3848 100644
--- a/base/gxtype1.h
+++ b/base/gxtype1.h
@@ -24,6 +24,8 @@
#include "gstype1.h"
#include "gxhintn.h"
#include "gxmatrix.h"
+#include "gspath.h"
+#include "gzpath.h"
/* This file defines the structures for the state of a Type 1 / */
/* Type 2 charstring interpreter. */
@@ -79,16 +81,6 @@ typedef struct {
#define charstring_skip_next(ch, state, encrypted)\
(encrypted ? decrypt_skip_next(ch, state) : 0)
-#ifndef gx_path_DEFINED
-# define gx_path_DEFINED
-typedef struct gx_path_s gx_path;
-#endif
-
-#ifndef segment_DEFINED
-# define segment_DEFINED
-typedef struct segment_s segment;
-#endif
-
/* This is the full state of the Type 1 interpreter. */
#define ostack_size 48 /* per Type 2 documentation */
#define ipstack_size 10 /* per documentation */