Commit 70e1a305 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Update #include directives.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@707 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2b203fe8
......@@ -12,7 +12,7 @@
#include "shmlog.h"
#include "cli.h"
#include "cli_priv.h"
#include "common_cli.h"
#include "cli_common.h"
#include "cache.h"
#include "sbuf.h"
#include "heritage.h"
......
......@@ -15,7 +15,7 @@
#include "cli_priv.h"
#include "cli.h"
#include "sbuf.h"
#include "common_cli.h"
#include "cli_common.h"
#include "mgt.h"
#include "mgt_cli.h"
#include "mgt_event.h"
......
......@@ -18,7 +18,7 @@
#include "libvcl.h"
#include "cli.h"
#include "cli_priv.h"
#include "common_cli.h"
#include "cli_common.h"
#include "mgt.h"
#include "mgt_cli.h"
......
......@@ -22,7 +22,7 @@
#include "libvarnish.h"
#include "cli.h"
#include "cli_priv.h"
#include "common_cli.h"
#include "cli_common.h"
#include "mgt.h"
#include "heritage.h"
......
......@@ -21,7 +21,7 @@
#include "cli.h"
#include "cli_priv.h"
#include "common_cli.h"
#include "cli_common.h"
void
cli_out(struct cli *cli, const char *fmt, ...)
......
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