[lxc-devel] [lxc/master] monitor: delete unneccessory include file

0x0916 on Github lxc-bot at linuxcontainers.org
Mon May 15 07:33:46 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 454 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170515/db744409/attachment.bin>
-------------- next part --------------
From 10174cd257f5f36b3b04195b74afed5a430b7c3d Mon Sep 17 00:00:00 2001
From: 0x0916 <w at laoqinren.net>
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 <w at laoqinren.net>
---
 src/lxc/monitor.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lxc/monitor.h b/src/lxc/monitor.h
index 7a350d8..97e995a 100644
--- a/src/lxc/monitor.h
+++ b/src/lxc/monitor.h
@@ -28,8 +28,6 @@
 #include <sys/un.h>
 #include <poll.h>
 
-#include "conf.h"
-
 typedef enum {
 	lxc_msg_state,
 	lxc_msg_priority,


More information about the lxc-devel mailing list