* client.cc: Remove unneeded #include "sigproc.h".

This commit is contained in:
Christopher Faylor 2012-03-19 17:47:05 +00:00
parent d0d8b75350
commit 548dc6a14d
2 changed files with 4 additions and 2 deletions

View File

@ -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):

View File

@ -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"