2
0
mirror of git://github.com/lxc/lxc synced 2025-09-05 10:09:31 +00:00

Don't include mntent when lxcmntent is used

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2015-10-11 14:36:51 -07:00
parent 83d9344146
commit 36dd8426cb

View File

@@ -35,7 +35,6 @@
#include <sys/types.h> /* openat, open */
#include <sys/stat.h> /* openat, open */
#include <fcntl.h> /* openat, open */
#include <mntent.h> /* getmntent, endmntent */
#include <errno.h> /* errno */
#include <../src/config.h>