diff src/sysproc.h @ 5643:611a6845ebee

Remove un-needed include of process.h in sysproc.h under cygwin.
author Vin Shelton <acs@xemacs.org>
date Mon, 13 Feb 2012 08:00:23 -0500
parents 308d34e9f07d
children b58b74274fa2
line wrap: on
line diff
--- a/src/sysproc.h	Sat Jan 14 12:16:05 2012 +0000
+++ b/src/sysproc.h	Mon Feb 13 08:00:23 2012 -0500
@@ -30,8 +30,6 @@
 
 #ifdef MINGW
 #include <../mingw/process.h>
-#elif defined (CYGWIN)
-#include <../include/process.h>
 #elif defined (WIN32_NATIVE)
 /* <process.h> should not conflict with "process.h", as per ANSI definition.
    This is not true with visual c though. The trick below works with