diff options
Diffstat (limited to 'src/network_writev.c')
| -rw-r--r-- | src/network_writev.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/network_writev.c b/src/network_writev.c index 4c2684f..6a19348 100644 --- a/src/network_writev.c +++ b/src/network_writev.c @@ -2,6 +2,11 @@ #ifdef USE_WRITEV +#include "network.h" +#include "fdevent.h" +#include "log.h" +#include "stat_cache.h" + #include <sys/types.h> #include <sys/socket.h> #include <sys/uio.h> @@ -21,11 +26,6 @@ #include <stdio.h> #include <assert.h> -#include "network.h" -#include "fdevent.h" -#include "log.h" -#include "stat_cache.h" - #if 0 #define LOCAL_BUFFERING 1 #endif |
