aboutsummaryrefslogtreecommitdiff
path: root/src/socketengines/socketengine_kqueue.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-08 11:56:13 -0400
committerGravatar Daniel De Graaf2010-08-08 11:56:13 -0400
commitb057f70d2868c6d90a2ca3f5174d0fe85602e591 (patch)
tree0c880093632a7946f1118f4acd7cd0a8f1d534de /src/socketengines/socketengine_kqueue.cpp
parentIgnore XML closing tags (</tag>) in case an XML generator is used to write co... (diff)
Finish header file #include untangle
Diffstat (limited to 'src/socketengines/socketengine_kqueue.cpp')
-rw-r--r--src/socketengines/socketengine_kqueue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socketengines/socketengine_kqueue.cpp b/src/socketengines/socketengine_kqueue.cpp
index 33a33b96a..afaba6f89 100644
--- a/src/socketengines/socketengine_kqueue.cpp
+++ b/src/socketengines/socketengine_kqueue.cpp
@@ -16,7 +16,6 @@
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
-#include "socketengine.h"
/** A specialisation of the SocketEngine class, designed to use FreeBSD kqueue().
*/