summaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-24 23:53:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-24 23:53:26 +0000
commitdc3dd44c027ea5701d0f47aeac8f9745496bfb7c (patch)
tree2e18efba13038a481559d1b6795ed4adecebdd6e /toolbox
parentde864c2f7dfd52fd9832fedb1c89ddfaabafdbfd (diff)
parent51437ed26565f4bc55e516b73b7e9cafef8e012f (diff)
downloadsystem_core-dc3dd44c027ea5701d0f47aeac8f9745496bfb7c.zip
system_core-dc3dd44c027ea5701d0f47aeac8f9745496bfb7c.tar.gz
system_core-dc3dd44c027ea5701d0f47aeac8f9745496bfb7c.tar.bz2
am 51437ed2: am 56ae6b68: am 410f51a8: Merge "Remove unused #includes of <asm/page.h>."
* commit '51437ed26565f4bc55e516b73b7e9cafef8e012f': Remove unused #includes of <asm/page.h>.
Diffstat (limited to 'toolbox')
-rw-r--r--toolbox/mkswap.c1
-rw-r--r--toolbox/swapoff.c1
-rw-r--r--toolbox/swapon.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/mkswap.c b/toolbox/mkswap.c
index 1710ef6..0904152 100644
--- a/toolbox/mkswap.c
+++ b/toolbox/mkswap.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <unistd.h>
-#include <asm/page.h>
#include <sys/swap.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/toolbox/swapoff.c b/toolbox/swapoff.c
index 8f14158..d8f6a00 100644
--- a/toolbox/swapoff.c
+++ b/toolbox/swapoff.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <unistd.h>
-#include <asm/page.h>
#include <sys/swap.h>
int swapoff_main(int argc, char **argv)
diff --git a/toolbox/swapon.c b/toolbox/swapon.c
index a810b3d..21d2287 100644
--- a/toolbox/swapon.c
+++ b/toolbox/swapon.c
@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <getopt.h>
-#include <asm/page.h>
#include <sys/swap.h>
void usage(char *name)