* client.cc: Remove unneeded #include "sigproc.h".
This commit is contained in:
parent
d0d8b75350
commit
548dc6a14d
|
@ -1,3 +1,7 @@
|
|||
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* client.cc: Remove unneeded #include "sigproc.h".
|
||||
|
||||
2012-02-14 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):
|
||||
|
|
|
@ -22,8 +22,6 @@ details. */
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "sigproc.h"
|
||||
|
||||
#include "cygserver_msg.h"
|
||||
#include "cygserver_sem.h"
|
||||
#include "cygserver_shm.h"
|
||||
|
|
Loading…
Reference in New Issue