summaryrefslogtreecommitdiff
path: root/include/fitz-base.h
blob: 8c13cd5e3c1b3aacdc5f5dc0b28fc203f4c6427b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef _FITZ_BASE_H_
#error "fitz-base.h must only be included once"
#endif
#define _FITZ_BASE_H_

#include "fitz/base_sysdep.h"
#include "fitz/base_cpudep.h"
#include "fitz/base_runtime.h"
#include "fitz/base_math.h"
#include "fitz/base_geom.h"
#include "fitz/base_hash.h"
#include "fitz/base_pixmap.h"