summaryrefslogtreecommitdiff
path: root/fitzdraw/porterduff.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-03 01:18:27 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-03 01:18:27 +0100
commit658d8bd794da7bb5feb442cbadab6aaea28deafd (patch)
treebb5186d0efec3f6aca1048d4911ca207031e8ba1 /fitzdraw/porterduff.c
parent573ec2157b5bcc4c7798ebd7ef6e7d85612df949 (diff)
downloadmupdf-658d8bd794da7bb5feb442cbadab6aaea28deafd.tar.xz
Consolidate include lines to a single fitz.h.
Diffstat (limited to 'fitzdraw/porterduff.c')
-rw-r--r--fitzdraw/porterduff.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fitzdraw/porterduff.c b/fitzdraw/porterduff.c
index 59c7714b..78ba198d 100644
--- a/fitzdraw/porterduff.c
+++ b/fitzdraw/porterduff.c
@@ -1,6 +1,4 @@
-#include "fitz_base.h"
-#include "fitz_res.h"
-#include "fitz_draw.h"
+#include "fitz.h"
typedef unsigned char byte;