android: fix includes

parent f111a899
...@@ -26,13 +26,10 @@ ...@@ -26,13 +26,10 @@
#define _GNU_SOURCE #define _GNU_SOURCE
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h>
#include <stdint.h> #include <stdint.h>
#if IS_BIONIC #include "storage.h"
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
struct lxc_storage; struct lxc_storage;
......
...@@ -25,16 +25,13 @@ ...@@ -25,16 +25,13 @@
#define __LXC_OVERLAY_H #define __LXC_OVERLAY_H
#include <grp.h> #include <grp.h>
#include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#if IS_BIONIC #include "storage.h"
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
struct lxc_storage; struct lxc_storage;
......
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