summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authororlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-07 10:31:24 +0000
committerorlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-07 10:31:24 +0000
commita854547e6bc9e7f031bd000f5d5f835d776fc348 (patch)
tree5682a212efb59f0da803ca7bb68c23043fb913a7 /include
parent74a0607e8a804266b51210553ab74d583180dbc7 (diff)
downloadlibapr-a854547e6bc9e7f031bd000f5d5f835d776fc348.tar.gz
Ooopsie. Some unintended things slipped in.
Backing them out. Sorry. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/unix/networkio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index 0b1125ab7..5d983bd80 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -69,9 +69,6 @@
#if APR_HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
-#ifdef HAVE_SYS_EVENT_H
-#include <sys/event.h>
-#endif
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif