summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shm.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-25 02:22:50 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-25 02:22:50 +0000
commitd7b4a300014ccf59928ed66fb19503a2c9b34649 (patch)
treef931487a87e01ab48dbd5b4d1cd98f24e6662f97 /winsup/cygwin/shm.cc
parentd29587b4789426217ace96c1dccb249e3682eaf8 (diff)
downloadcygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.gz
cygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.bz2
cygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.zip
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
where appropriate, throughout. Remove unneeded exceptions.h, where appropriate, throughout. Remove unneeded perprocess.h, where appropriate, throughout.
Diffstat (limited to 'winsup/cygwin/shm.cc')
-rw-r--r--winsup/cygwin/shm.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/shm.cc b/winsup/cygwin/shm.cc
index 0c65d7724..8dcf54c99 100644
--- a/winsup/cygwin/shm.cc
+++ b/winsup/cygwin/shm.cc
@@ -23,7 +23,6 @@
#include <stdio.h>
#include "thread.h"
#include <sys/shm.h>
-#include "perprocess.h"
#include "cygserver_shm.h"
// FIXME IS THIS CORRECT