Commit 6114af83 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Straighten out #include vsc_int.h visibility

parent 7dcb1b29
......@@ -36,7 +36,6 @@
#include "common/common.h"
#include "vapi/vsc_int.h"
#include "vapi/vsl_int.h"
#include <sys/socket.h>
......
......@@ -39,6 +39,7 @@
#include "vdef.h"
#include "vqueue.h"
#include "vsb.h"
#include "vapi/vsc_int.h"
/*
* Enums cannot be forward declared (any more...) so put it here
......
......@@ -28,7 +28,9 @@
*
*/
#include "common.h"
/* Build the static vsc type names */
#define VSC_TYPE_F(n,t,l,e,d) const char *VSC_type_##n = t;
#define VSC_TYPE_F(n,t,l,e,d) const char *VSC_type_##n = t;
#include "tbl/vsc_types.h"
#undef VSC_TYPE_F
......@@ -43,7 +43,6 @@
#include "common.h"
#include "vapi/vsm_int.h"
#include "vapi/vsc_int.h"
#include "vmb.h"
#include "vtim.h"
......
......@@ -30,7 +30,6 @@
#include <stdint.h>
#include "vapi/vsc_int.h"
#include "common/common.h"
struct cli;
......
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