diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-02-28 17:47:50 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-02-28 17:47:50 +0100 |
commit | 9d1fbd85969dbfcf5de9e458f7d9387f3fc8959c (patch) | |
tree | 163e47d4656492c873d19006bae9f697a3565ff6 /fitz/obj_dict.c | |
parent | 4ee4da1c6d2db727790dd72a60a7f29d43e802b9 (diff) | |
download | mupdf-9d1fbd85969dbfcf5de9e458f7d9387f3fc8959c.tar.xz |
Merge and move header files into the source directories.
Diffstat (limited to 'fitz/obj_dict.c')
-rw-r--r-- | fitz/obj_dict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/obj_dict.c b/fitz/obj_dict.c index 236c8a1a..d8c6226e 100644 --- a/fitz/obj_dict.c +++ b/fitz/obj_dict.c @@ -1,5 +1,5 @@ -#include "fitz-base.h" -#include "fitz-stream.h" +#include "fitz_base.h" +#include "fitz_stream.h" /* keep either names or strings in the dict. don't mix & match. */ |