From: Stéphane Graber Date: Sun, 11 Oct 2015 20:29:36 +0000 (-0700) Subject: Don't re-include config.h in lxcmntent.h X-Git-Tag: lxc-2.0.0.beta1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d9344146b5c2bfd409c50d0daa4976135a1242;p=thirdparty%2Flxc.git Don't re-include config.h in lxcmntent.h It causes trouble when importing from different paths and will always be included ahead of time anyway. Signed-off-by: Stéphane Graber --- diff --git a/src/include/lxcmntent.h b/src/include/lxcmntent.h index 418322c0c..bf731a055 100644 --- a/src/include/lxcmntent.h +++ b/src/include/lxcmntent.h @@ -21,8 +21,6 @@ #ifndef _lxcmntent_h #define _lxcmntent_h -#include <../config.h> - #if IS_BIONIC struct mntent {