--- ray/src/common/rtprocess.h 2003/06/26 00:58:09 3.1 +++ ray/src/common/rtprocess.h 2003/07/14 20:02:29 3.3 @@ -1,4 +1,4 @@ -/* RCSid $Id: rtprocess.h,v 3.1 2003/06/26 00:58:09 schorsch Exp $ */ +/* RCSid $Id: rtprocess.h,v 3.3 2003/07/14 20:02:29 schorsch Exp $ */ /* * rtprocess.h * Routines to communicate with separate process via dual pipes @@ -11,19 +11,14 @@ extern "C" { #endif - -#include "copyright.h" - -#include +#include #ifdef _WIN32 - #include + #include /* DWORD etc. */ + typedef DWORD pid_t; + #include /* getpid() and others */ #else #include - #include #endif -#ifndef BSD -#include -#endif #include "paths.h" @@ -41,9 +36,6 @@ extern "C" { runtime, so that client modules can still use -1 as invalid PID. */ -#ifdef _WIN32 - typedef DWORD pid_t; -#endif #ifndef PIPE_BUF #ifdef PIPSIZ