summaryrefslogtreecommitdiffstats
path: root/server/mpm_fdqueue.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-01-19 14:22:30 +0100
committerYann Ylavic <ylavic@apache.org>2018-01-19 14:22:30 +0100
commita121a583706aebf96f82aaa404508a5e47d59579 (patch)
tree2accd2d982dcfe18b373b9e16177e1587e169c9c /server/mpm_fdqueue.h
parentmpm_fdqueue: follow up to r1821624. (diff)
downloadapache2-a121a583706aebf96f82aaa404508a5e47d59579.tar.xz
apache2-a121a583706aebf96f82aaa404508a5e47d59579.zip
mpm_fdqueue: follow up to r1821624.
Cosmetics, 80 cols, no functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_fdqueue.h')
-rw-r--r--server/mpm_fdqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_fdqueue.h b/server/mpm_fdqueue.h
index a40431321d..2544bba044 100644
--- a/server/mpm_fdqueue.h
+++ b/server/mpm_fdqueue.h
@@ -36,9 +36,9 @@
#include <apr_ring.h>
#include <apr_pools.h>
-#include <apr_network_io.h>
#include <apr_thread_mutex.h>
#include <apr_thread_cond.h>
+#include <apr_network_io.h>
struct fd_queue_info_t; /* opaque */
struct fd_queue_elem_t; /* opaque */