diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:45:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:45:21 +0200 |
commit | 5f4d61903ee8fc514ed7e23eac4d5ac6409ff760 (patch) | |
tree | a824aa883d9d5df072c17ec0a2ac4a2b5074c2c0 /stream/filt_faxe.c | |
parent | ee154f16bd09a43359967f7e7b86c3677c09461d (diff) | |
download | mupdf-5f4d61903ee8fc514ed7e23eac4d5ac6409ff760.tar.xz |
rename and shuffle -- part 2
Diffstat (limited to 'stream/filt_faxe.c')
-rw-r--r-- | stream/filt_faxe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/filt_faxe.c b/stream/filt_faxe.c index e96c5ace..c9155e01 100644 --- a/stream/filt_faxe.c +++ b/stream/filt_faxe.c @@ -1,7 +1,7 @@ #include <fitz.h> -#include "faxe.h" -#include "faxc.h" +#include "filt_faxe.h" +#include "filt_faxc.h" /* TODO: honor Rows param */ |