diff options
author | Elliott Hughes <enh@google.com> | 2014-02-24 15:38:44 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-02-24 15:38:44 -0800 |
commit | 2f77bb6931e1660919d7fb9944c7d3f301cacdf8 (patch) | |
tree | c700a33a6f7c7363018a53e2dfb1102d1b7f85e9 /toolbox | |
parent | deb3eecd061e8a3a5f19ef5e10296f248f247881 (diff) | |
download | core-2f77bb6931e1660919d7fb9944c7d3f301cacdf8.tar.gz core-2f77bb6931e1660919d7fb9944c7d3f301cacdf8.tar.bz2 core-2f77bb6931e1660919d7fb9944c7d3f301cacdf8.zip |
Remove unused #includes of <asm/page.h>.
(<asm/page.h> is going away.)
Change-Id: Id0d7ad0eb791cd47490c48458f9f8a6468ddf5c9
Diffstat (limited to 'toolbox')
-rw-r--r-- | toolbox/mkswap.c | 1 | ||||
-rw-r--r-- | toolbox/swapoff.c | 1 | ||||
-rw-r--r-- | toolbox/swapon.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/mkswap.c b/toolbox/mkswap.c index 1710ef6f8..0904152df 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 8f1415850..d8f6a0064 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 a810b3d9e..21d2287fd 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) |