Remove unused #includes of <asm/page.h>.
(<asm/page.h> is going away.) Change-Id: Id0d7ad0eb791cd47490c48458f9f8a6468ddf5c9
This commit is contained in:
parent
deb3eecd06
commit
2f77bb6931
3 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue