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: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 4a459ee7
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#ifndef _lxcmntent_h #ifndef _lxcmntent_h
#define _lxcmntent_h #define _lxcmntent_h
#include <../config.h>
#if IS_BIONIC #if IS_BIONIC
struct mntent struct mntent
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment