summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1999-05-24 05:26:38 +0000
committerHenry Stiles <henry.stiles@artifex.com>1999-05-24 05:26:38 +0000
commit7a63c50513abcf06bab0f00f648ea39fa1c5c8a7 (patch)
tree817593045d70c53719b23b000d51bc7ea5049bd9
parent3dfc6ae5de96e9af9de9efc18a08d8268898f0de (diff)
downloadghostpdl-7a63c50513abcf06bab0f00f648ea39fa1c5c8a7.tar.gz
adds gxcolor2.h and gxdcolor.h, needed by gxpcolor.h
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@855 06663e23-700e-0410-b217-a244a6096597
-rw-r--r--pxl/pximage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pxl/pximage.c b/pxl/pximage.c
index 772993b42..e5d1f93de 100644
--- a/pxl/pximage.c
+++ b/pxl/pximage.c
@@ -9,6 +9,7 @@
#include "pxerrors.h"
#include "pxoper.h"
#include "pxstate.h"
+#include "gdebug.h"
#include "gsrop.h"
#include "gsrefct.h"
#include "gsstruct.h"
@@ -23,6 +24,8 @@
#include "gxbitmap.h"
#include "gxcspace.h"
#include "gxdevice.h" /* for gxpcolor.h */
+#include "gxcolor2.h"
+#include "gxdcolor.h"
#include "gxpcolor.h"
#include "scommon.h"
#include "strimpl.h"