diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-01-19 14:22:30 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-01-19 14:22:30 +0100 |
commit | a121a583706aebf96f82aaa404508a5e47d59579 (patch) | |
tree | 2accd2d982dcfe18b373b9e16177e1587e169c9c /server/mpm_fdqueue.h | |
parent | mpm_fdqueue: follow up to r1821624. (diff) | |
download | apache2-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.h | 2 |
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 */ |