[gs-cvs] rev 8669 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Apr 28 09:26:35 PDT 2008
Author: giles
Date: 2008-04-28 09:26:35 -0700 (Mon, 28 Apr 2008)
New Revision: 8669
Modified:
trunk/gs/src/gsicc.c
trunk/gs/src/int.mak
Log:
Fix a minor header dependency skew.
Modified: trunk/gs/src/gsicc.c
===================================================================
--- trunk/gs/src/gsicc.c 2008-04-28 06:47:28 UTC (rev 8668)
+++ trunk/gs/src/gsicc.c 2008-04-28 16:26:35 UTC (rev 8669)
@@ -24,7 +24,6 @@
#include "gxarith.h"
#include "gxcie.h"
#include "gzstate.h"
-#include "stream.h"
#include "icc.h" /* must precede icc.h */
#include "gsicc.h"
Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak 2008-04-28 06:47:28 UTC (rev 8668)
+++ trunk/gs/src/int.mak 2008-04-28 16:26:35 UTC (rev 8669)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 Artifex Software, Inc.
+# Copyright (C) 2001-2008 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -1816,7 +1816,8 @@
$(PSOBJ)zicc.$(OBJ) : $(PSSRC)zicc.c $(OP) $(math__h) $(memory__h)\
$(gsstruct_h) $(gxcspace_h) $(stream_h) $(files_h) $(gscolor2_h)\
- $(gsicc_h) $(estack_h) $(idict_h) $(idparam_h) $(igstate_h) $(icie_h)
+ $(gsicc_h) $(estack_h) $(idict_h) $(idparam_h) $(igstate_h) $(icie_h) \
+ $(ialloc_h)
$(GLICCCC) $(PSO_)zicc.$(OBJ) $(C_) $(PSSRC)zicc.c
# ---------------- Support for %disk IODevices ---------------- #
More information about the gs-cvs
mailing list