Commit 64948654 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Include <vqueue.h> in <mgt.h> once and for all.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4101 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 236e1950
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#include <pthread.h> #include <pthread.h>
#include "vqueue.h"
struct listen_sock { struct listen_sock {
VTAILQ_ENTRY(listen_sock) list; VTAILQ_ENTRY(listen_sock) list;
int sock; int sock;
......
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
* $Id$ * $Id$
*/ */
#include <vqueue.h>
#include "common.h" #include "common.h"
#include "miniobj.h" #include "miniobj.h"
......
...@@ -54,8 +54,8 @@ SVNID("$Id$") ...@@ -54,8 +54,8 @@ SVNID("$Id$")
#include <sys/prctl.h> #include <sys/prctl.h>
#endif #endif
#include "heritage.h"
#include "mgt.h" #include "mgt.h"
#include "heritage.h"
#include "cli.h" #include "cli.h"
#include "cli_priv.h" #include "cli_priv.h"
#include "mgt_cli.h" #include "mgt_cli.h"
......
...@@ -58,16 +58,17 @@ SVNID("$Id$") ...@@ -58,16 +58,17 @@ SVNID("$Id$")
#include "cli.h" #include "cli.h"
#include "vsb.h" #include "vsb.h"
#include "cli_common.h" #include "cli_common.h"
#include "heritage.h"
#include "mgt.h"
#include "mgt_cli.h"
#include "vev.h" #include "vev.h"
#include "vsha256.h" #include "vsha256.h"
#include "shmlog.h" #include "shmlog.h"
#include "vlu.h" #include "vlu.h"
#include "vss.h" #include "vss.h"
#include "mgt.h"
#include "heritage.h"
#include "mgt_cli.h"
static int cli_i = -1, cli_o = -1; static int cli_i = -1, cli_o = -1;
static const char *secret_file; static const char *secret_file;
......
...@@ -49,8 +49,6 @@ SVNID("$Id$") ...@@ -49,8 +49,6 @@ SVNID("$Id$")
#endif #endif
#include "vsb.h" #include "vsb.h"
#include "vqueue.h"
#include "libvcl.h" #include "libvcl.h"
#include "cli.h" #include "cli.h"
#include "cli_priv.h" #include "cli_priv.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