[lxc-devel] [lxd/master] lxd/include: Don't include missing file

stgraber on Github lxc-bot at linuxcontainers.org
Mon Oct 21 18:55:10 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191021/f68385d2/attachment.bin>
-------------- next part --------------
From de2bf1faa5c1186113ffb0c9064fa3e01afdf2b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 21 Oct 2019 14:54:30 -0400
Subject: [PATCH] lxd/include: Don't include missing file
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/include/compiler.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lxd/include/compiler.h b/lxd/include/compiler.h
index 2be62d6eb3..3ed8222caf 100644
--- a/lxd/include/compiler.h
+++ b/lxd/include/compiler.h
@@ -25,8 +25,6 @@
 #define _GNU_SOURCE 1
 #endif
 
-#include "config.h"
-
 #ifndef thread_local
 #if __STDC_VERSION__ >= 201112L &&    \
     !(defined(__STDC_NO_THREADS__) || \


More information about the lxc-devel mailing list