Commit 29ea3421 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Header cleanup.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2225 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent cd934278
......@@ -31,13 +31,14 @@
* HTTP request storage and manipulation
*/
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <strings.h>
#include "heritage.h"
#include "shmlog.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