#ifdef _FITZ_H_ #error "fitz.h must only be included once" #endif #define _FITZ_H_ #include "fitz/sysdep.h" #include "fitz/cpudep.h" #include "fitz/base.h" #include "fitz/math.h" #include "fitz/geometry.h" #include "fitz/hash.h" #include "fitz/cmap.h" #include "fitz/font.h" #include "fitz/pixmap.h" #include "fitz/colorspace.h" #include "fitz/image.h" #include "fitz/shade.h" #include "fitz/tree.h" #include "fitz/path.h" #include "fitz/text.h" #include "fitz/pathscan.h" #include "fitz/render.h" #include "stream/crypt.h" #include "stream/object.h" #include "stream/filter.h" #include "stream/file.h"