* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.

This commit is contained in:
Christopher Faylor 2012-03-19 20:52:55 +00:00
parent 33a6952b7f
commit a1b22837ae
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.
2012-03-19 Corinna Vinschen <corinna@vinschen.de>
* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.

View File

@ -22,10 +22,6 @@ details. */
#include <stdio.h>
#include <unistd.h>
#ifdef __INSIDE_CYGWIN__
#include "sigproc.h"
#endif
#include "cygserver_msg.h"
#include "cygserver_sem.h"
#include "cygserver_shm.h"