diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-17 22:02:22 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-06-18 17:37:13 +0200 |
commit | 19126babc37ac8243de60b3ca388bb5102661274 (patch) | |
tree | edcec3f87b5024b6deb6843ca757bbfda81fe44a /draw/draw_simple_scale.c | |
parent | cfc58fef94e63dc5a42979e3a9bf806d104462c5 (diff) | |
download | mupdf-19126babc37ac8243de60b3ca388bb5102661274.tar.xz |
Split fitz.h into subheaders.
Diffstat (limited to 'draw/draw_simple_scale.c')
-rw-r--r-- | draw/draw_simple_scale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/draw_simple_scale.c b/draw/draw_simple_scale.c index bef7981a..08dedf0b 100644 --- a/draw/draw_simple_scale.c +++ b/draw/draw_simple_scale.c @@ -11,6 +11,7 @@ intermediate results rather than ints. */ #include "mupdf/fitz.h" +#include "draw-imp.h" /* Do we special case handling of single pixel high/wide images? The * 'purest' handling is given by not special casing them, but certain |