From d55162d649a12d62a1d1c738d99ca9dee7de575d Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 2 Mar 2012 14:13:05 +0000 Subject: Split fitz.h/mupdf.h into internal/external headers. Attempt to separate public API from internal functions. --- draw/draw_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw/draw_device.c') diff --git a/draw/draw_device.c b/draw/draw_device.c index 65ee5a39..ab9d18e1 100644 --- a/draw/draw_device.c +++ b/draw/draw_device.c @@ -1,4 +1,4 @@ -#include "fitz.h" +#include "fitz-internal.h" #define QUANT(x,a) (((int)((x) * (a))) / (a)) #define HSUBPIX 5.0 -- cgit v1.2.3