[gs-cvs] rev 7614 - trunk/gs/src
lpd at ghostscript.com
lpd at ghostscript.com
Tue Jan 16 22:09:38 PST 2007
Author: lpd
Date: 2007-01-16 22:09:38 -0800 (Tue, 16 Jan 2007)
New Revision: 7614
Modified:
trunk/gs/src/int.mak
trunk/gs/src/zfile.c
Log:
Removes an unneeded inclusion of interp.h in zfile.c.
Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak 2007-01-17 04:50:36 UTC (rev 7613)
+++ trunk/gs/src/int.mak 2007-01-17 06:09:38 UTC (rev 7614)
@@ -319,7 +319,7 @@
$(memory__h) $(string__h) $(unistd__h) $(gp_h) $(gpmisc_h)\
$(gscdefs_h) $(gsfname_h) $(gsstruct_h) $(gsutil_h) $(gxalloc_h) $(gxiodev_h)\
$(dstack_h) $(estack_h) $(files_h)\
- $(ialloc_h) $(idict_h) $(ilevel_h) $(iname_h) $(interp_h) $(iutil_h)\
+ $(ialloc_h) $(idict_h) $(ilevel_h) $(iname_h) $(iutil_h)\
$(isave_h) $(main_h) $(sfilter_h) $(stream_h) $(strimpl_h) $(store_h)
$(PSCC) $(PSO_)zfile.$(OBJ) $(C_) $(PSSRC)zfile.c
Modified: trunk/gs/src/zfile.c
===================================================================
--- trunk/gs/src/zfile.c 2007-01-17 04:50:36 UTC (rev 7613)
+++ trunk/gs/src/zfile.c 2007-01-17 06:09:38 UTC (rev 7614)
@@ -29,7 +29,6 @@
#include "estack.h" /* for filenameforall, .execfile */
#include "ialloc.h"
#include "ilevel.h" /* %names only work in Level 2 */
-#include "interp.h" /* gs_errorinfo_put_string prototype */
#include "iname.h"
#include "isave.h" /* for restore */
#include "idict.h"
More information about the gs-cvs
mailing list