diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-12 13:46:21 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-06-18 00:06:46 +0200 |
commit | 03e5755b93e90cc4c09daad4c79b6016bf4ce43c (patch) | |
tree | d2992e30fcddf864ad64bd026884e79d92903977 /fitz/stm_comp_buf.c | |
parent | b695c87abcdbe0ddc35c5e3a7ee8f5f58ee577f1 (diff) | |
download | mupdf-03e5755b93e90cc4c09daad4c79b6016bf4ce43c.tar.xz |
Move header files into separate include directory.
Diffstat (limited to 'fitz/stm_comp_buf.c')
-rw-r--r-- | fitz/stm_comp_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/stm_comp_buf.c b/fitz/stm_comp_buf.c index e6a167b5..77f7b741 100644 --- a/fitz/stm_comp_buf.c +++ b/fitz/stm_comp_buf.c @@ -1,4 +1,4 @@ -#include "fitz-internal.h" +#include "mupdf/fitz-internal.h" /* This code needs to be kept out of stm_buffer.c to avoid it being * pulled into cmapdump.c */ |