Commit 5ec250a4 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

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

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@715 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 22da1038
......@@ -2,20 +2,20 @@
* $Id: cli_event.c 466 2006-07-12 23:30:49Z phk $
*/
#include <errno.h>
#include <sys/uio.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <sys/uio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <signal.h>
#include <sys/wait.h>
#include <unistd.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