diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-25 09:09:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-25 09:09:13 +0000 |
commit | b71610eb09a799560f1c4d42be82e3100a9d6d9a (patch) | |
tree | 47e08342f2c09d2e0b57e433b5159cb9c9bab959 /src/os/unix/ngx_aio_write_chain.c | |
parent | 8e7e69e3517f197f369e77f3f4613135cd1f3636 (diff) | |
download | nginx-b71610eb09a799560f1c4d42be82e3100a9d6d9a.tar.gz nginx-b71610eb09a799560f1c4d42be82e3100a9d6d9a.zip |
*) move small declarations in appropriate places and delete the surplus
header files
*) delete insignificant comments
Diffstat (limited to 'src/os/unix/ngx_aio_write_chain.c')
-rw-r--r-- | src/os/unix/ngx_aio_write_chain.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_write_chain.c b/src/os/unix/ngx_aio_write_chain.c index 6a156e91b..716789690 100644 --- a/src/os/unix/ngx_aio_write_chain.c +++ b/src/os/unix/ngx_aio_write_chain.c @@ -7,7 +7,6 @@ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_event.h> -#include <ngx_aio.h> ngx_chain_t * |