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_faxd.c | |
parent | ee154f16bd09a43359967f7e7b86c3677c09461d (diff) | |
download | mupdf-5f4d61903ee8fc514ed7e23eac4d5ac6409ff760.tar.xz |
rename and shuffle -- part 2
Diffstat (limited to 'stream/filt_faxd.c')
-rw-r--r-- | stream/filt_faxd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/filt_faxd.c b/stream/filt_faxd.c index d8686a08..ade56c73 100644 --- a/stream/filt_faxd.c +++ b/stream/filt_faxd.c @@ -1,7 +1,7 @@ #include <fitz.h> -#include "faxd.h" -#include "faxc.h" +#include "filt_faxd.h" +#include "filt_faxc.h" enum { |