From 10174cd257f5f36b3b04195b74afed5a430b7c3d Mon Sep 17 00:00:00 2001 From: 0x0916 Date: Mon, 15 May 2017 15:31:33 +0800 Subject: [PATCH] monitor: delete unneccessory include file we want to export `monitor.h`, `#include "conf.h"` will cause error and it is unneccessory so just delete it. Signed-off-by: 0x0916 --- src/lxc/monitor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lxc/monitor.h b/src/lxc/monitor.h index 7a350d851..97e995a8f 100644 --- a/src/lxc/monitor.h +++ b/src/lxc/monitor.h @@ -28,8 +28,6 @@ #include #include -#include "conf.h" - typedef enum { lxc_msg_state, lxc_msg_priority, -- 2.47.2