1.1 diff -r e8821eb2fb08 -r ffb5b1e54eb2 pdf.c 1.2 --- a/pdf.c Thu Feb 20 12:16:00 2003 +0000 1.3 +++ b/pdf.c Thu Feb 20 12:20:28 2003 +0000 1.4 @@ -2,10 +2,10 @@ 1.5 #include <stdlib.h> 1.6 1.7 1.8 -#include "libpdf.h" 1.9 -#include "libpdf_util.h" 1.10 -#include "libpdf_prim.h" 1.11 -#include "libpdf_private.h" 1.12 +#include "pdf.h" 1.13 +#include "pdf_util.h" 1.14 +#include "pdf_prim.h" 1.15 +#include "pdf_private.h" 1.16 1.17 1.18 static void pdf_set_info (pdf_file_handle pdf_file, char *key, char *val) 1.19 @@ -56,7 +56,7 @@ 1.20 pdf_set_dict_entry (pdf_file->catalog, "PageMode", pdf_new_name ("UseNone")); 1.21 1.22 pdf_file->info = pdf_new_ind_ref (pdf_file, pdf_new_obj (PT_DICTIONARY)); 1.23 - pdf_set_info (pdf_file, "Producer", "libpdf, Copyright 2003 Eric Smith <eric@brouhaha.com>"); 1.24 + pdf_set_info (pdf_file, "Producer", "t2p, Copyright 2003 Eric Smith <eric@brouhaha.com>"); 1.25 1.26 pdf_file->trailer_dict = pdf_new_obj (PT_DICTIONARY); 1.27 /* Size key will be added later */