summaryrefslogtreecommitdiff
path: root/fitzdraw/pixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitzdraw/pixmap.c')
-rw-r--r--fitzdraw/pixmap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fitzdraw/pixmap.c b/fitzdraw/pixmap.c
index 6ea1d1d9..96e08b84 100644
--- a/fitzdraw/pixmap.c
+++ b/fitzdraw/pixmap.c
@@ -1,6 +1,4 @@
-#include "fitz_base.h"
-#include "fitz_res.h"
-#include "fitz_draw.h"
+#include "fitz.h"
fz_error
fz_newpixmap(fz_pixmap **pixp, int x, int y, int w, int h, int n)