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