The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1562

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
we want to export `monitor.h`, `#include "conf.h"` will cause error
and it is unneccessory so just delete it.

Signed-off-by: 0x0916 <[email protected]>
From 10174cd257f5f36b3b04195b74afed5a430b7c3d Mon Sep 17 00:00:00 2001
From: 0x0916 <[email protected]>
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 <[email protected]>
---
 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,
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to