Merge "Remove unused #includes of <asm/page.h>."

This commit is contained in:
Elliott Hughes 2014-02-24 23:39:49 +00:00 committed by Gerrit Code Review
commit 410f51a88c
3 changed files with 0 additions and 3 deletions

View file

@ -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>

View file

@ -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)

View file

@ -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)