Commit 6544de0b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Centralize mgt's include of common/params.h

parent 233b1328
......@@ -31,6 +31,7 @@
#include <stdint.h>
#include "common/common.h"
#include "common/params.h"
struct cli;
struct parspec;
......
......@@ -45,7 +45,6 @@
#include "mgt/mgt.h"
#include "common/heritage.h"
#include "common/params.h"
#include "vbm.h"
#include "vcli.h"
......
......@@ -45,7 +45,6 @@
#include <unistd.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "vcli.h"
#include "vcli_common.h"
......
......@@ -216,7 +216,6 @@
#include "mgt/mgt.h"
#include "common/heritage.h"
#include "common/params.h"
#ifdef HAVE_PRIV_H
#include <priv.h>
......
......@@ -36,7 +36,6 @@
#include "mgt/mgt.h"
#include "common/heritage.h"
#include "common/params.h"
#include "mgt/mgt_param.h"
#include "vav.h"
......
......@@ -33,7 +33,6 @@
#include <string.h>
#include <stdio.h>
#include "common/params.h"
#include "mgt/mgt.h"
#include "mgt/mgt_param.h"
......
......@@ -32,7 +32,6 @@
#include <stdio.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "mgt/mgt_param.h"
......
......@@ -44,7 +44,6 @@
#include <unistd.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "vtcp.h"
......
......@@ -40,7 +40,6 @@
#include <unistd.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "mgt/mgt_param.h"
#include "vav.h"
......
......@@ -45,7 +45,6 @@
#include <stdio.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "mgt/mgt_param.h"
......
......@@ -59,7 +59,6 @@
#include <unistd.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "mgt/mgt_param.h"
#include <vsub.h>
......
......@@ -43,7 +43,6 @@
#include "mgt/mgt.h"
#include "common/heritage.h"
#include "common/params.h"
#include "flopen.h"
#include "vsm_priv.h"
......
......@@ -40,7 +40,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include "common/params.h"
#include "mgt/mgt.h"
#include "libvcc.h"
......
......@@ -39,7 +39,6 @@
#include <sys/stat.h>
#include "mgt/mgt.h"
#include "common/params.h"
#include "vcli.h"
#include "vcli_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