Commit 7d495226 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Sort includes, add <stdint.h> for uint64_t.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@717 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 346378a6
......@@ -2,10 +2,12 @@
* $Id$
*/
#include <sys/time.h>
#include <sys/uio.h>
#include <assert.h>
#include <pthread.h>
#include <sys/uio.h>
#include <sys/time.h>
#include <stdint.h>
#include "queue.h"
#include "vsb.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment