From: Christian Brauner Date: Sun, 27 Jan 2019 22:02:49 +0000 (+0100) Subject: compiler: remove deprecated and unneeded header X-Git-Tag: lxc-3.2.0~174^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3a3e1a47a6570fe950089114bd4457bb7c7b62;p=thirdparty%2Flxc.git compiler: remove deprecated and unneeded header Signed-off-by: Christian Brauner --- diff --git a/src/lxc/compiler.h b/src/lxc/compiler.h index 7fd5ea131..e8c291ce5 100644 --- a/src/lxc/compiler.h +++ b/src/lxc/compiler.h @@ -23,7 +23,6 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif -#include #include "config.h"