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

Polishing

parent e72dc77c
......@@ -41,7 +41,6 @@
#include "miniobj.h"
#include "vas.h"
#include "vcs.h"
#include "vdef.h"
#include "vqueue.h"
#include "vsb.h"
......@@ -80,7 +79,7 @@ enum body_status {
enum req_body_state_e {
#define REQ_BODY(U) REQ_BODY_##U,
#include <tbl/req_body.h>
#include "tbl/req_body.h"
};
/*--------------------------------------------------------------------*/
......
......@@ -36,6 +36,7 @@
#include <signal.h>
#include "vtim.h"
#include "vcs.h"
#include "cache.h"
#include "cache_transport.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