X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Fgfile.h;h=82f1d7a98e36129808ab01e08b87446ac7eee742;hb=c7432833fe3a6469d63fad135151a92e12877b94;hp=f8053625813798d570a604754f1623d20bae8c5f;hpb=52ad3becdae0941c52f1be6985c99c41829e287f;p=swftools.git diff --git a/pdf2swf/xpdf/gfile.h b/pdf2swf/xpdf/gfile.h index f805362..82f1d7a 100644 --- a/pdf2swf/xpdf/gfile.h +++ b/pdf2swf/xpdf/gfile.h @@ -4,7 +4,7 @@ // // Miscellaneous file and directory name manipulation. // -// Copyright 1996-2002 Glyph & Cog, LLC +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== @@ -14,7 +14,6 @@ #include #include #include -#include "./aconf.h" #if defined(WIN32) # include # ifdef FPTEX @@ -136,7 +135,4 @@ private: #endif }; -/* create a temporary filename */ -char* mktmpname(char*ptr); - #endif