[gs-cvs] rev 8114 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Tue Jul 10 16:00:51 PDT 2007
Author: giles
Date: 2007-07-10 16:00:51 -0700 (Tue, 10 Jul 2007)
New Revision: 8114
Modified:
trunk/gs/src/gp_mspol.c
trunk/gs/src/winlib.mak
Log:
Remove unused and inappropriate ps interpreter includes from the windows
polling interface implementation.
Modified: trunk/gs/src/gp_mspol.c
===================================================================
--- trunk/gs/src/gp_mspol.c 2007-07-10 17:14:09 UTC (rev 8113)
+++ trunk/gs/src/gp_mspol.c 2007-07-10 23:00:51 UTC (rev 8114)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2006 Artifex Software, Inc.
+/* Copyright (C) 2001-2007 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -20,10 +20,6 @@
#include "gx.h"
#include "gp.h"
#include "gpcheck.h"
-#include "iapi.h"
-#include "iref.h"
-#include "iminst.h"
-#include "imain.h"
/* ------ Process message loop ------ */
/*
Modified: trunk/gs/src/winlib.mak
===================================================================
--- trunk/gs/src/winlib.mak 2007-07-10 17:14:09 UTC (rev 8113)
+++ trunk/gs/src/winlib.mak 2007-07-10 23:00:51 UTC (rev 8114)
@@ -193,7 +193,7 @@
$(SETMOD) $(GLD)mspoll $(mspoll_)
$(GLOBJ)gp_mspol.$(OBJ): $(GLSRC)gp_mspol.c $(AK)\
- $(gx_h) $(gp_h) $(gpcheck_h) $(iapi_h) $(iref_h) $(iminst_h) $(imain_h)
+ $(gx_h) $(gp_h) $(gpcheck_h)
$(GLCCWIN) $(GLO_)gp_mspol.$(OBJ) $(C_) $(GLSRC)gp_mspol.c
# end of winlib.mak
More information about the gs-cvs
mailing list