]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
monitor: delete unneccessory include file 1562/head
author0x0916 <w@laoqinren.net>
Mon, 15 May 2017 07:31:33 +0000 (15:31 +0800)
committer0x0916 <w@laoqinren.net>
Mon, 15 May 2017 07:35:43 +0000 (15:35 +0800)
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@laoqinren.net>
src/lxc/monitor.h

index 7a350d8518b2133241ad94be2a8384801e14f5ae..97e995a8f25b1836df73978641e0d9fa8f43ad5f 100644 (file)
@@ -28,8 +28,6 @@
 #include <sys/un.h>
 #include <poll.h>
 
-#include "conf.h"
-
 typedef enum {
        lxc_msg_state,
        lxc_msg_priority,