Skip to content

Commit

Permalink
android: fix includes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner authored and stgraber committed Aug 15, 2017
1 parent 69eb39b commit e9cab6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions src/lxc/storage/aufs.h
Expand Up @@ -26,12 +26,9 @@

#define _GNU_SOURCE
#include <stdint.h>
#include <stdio.h>

#if IS_BIONIC
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
#include "storage.h"

struct lxc_storage;

Expand Down
7 changes: 2 additions & 5 deletions src/lxc/storage/overlay.h
Expand Up @@ -25,15 +25,12 @@
#define __LXC_OVERLAY_H

#include <grp.h>
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/types.h>

#if IS_BIONIC
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
#include "storage.h"

struct lxc_storage;

Expand Down

0 comments on commit e9cab6e

Please sign in to comment.