am 51437ed2: am 56ae6b68: am 410f51a8: Merge "Remove unused #includes of <asm/page.h>."
* commit '51437ed26565f4bc55e516b73b7e9cafef8e012f': Remove unused #includes of <asm/page.h>.
This commit is contained in:
commit
dc3dd44c02
|
@ -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…
Reference in New Issue