]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Don't re-include config.h in lxcmntent.h
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 11 Oct 2015 20:29:36 +0000 (13:29 -0700)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 11 Oct 2015 20:29:36 +0000 (13:29 -0700)
It causes trouble when importing from different paths and will always be
included ahead of time anyway.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/include/lxcmntent.h

index 418322c0c069f5784dd76e61861d4505e05dbb12..bf731a0557eccd80358726d9019a94dd26aa029f 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef _lxcmntent_h
 #define _lxcmntent_h
 
-#include <../config.h>
-
 #if IS_BIONIC
 struct mntent
 {