Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 410f51a8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents deb3eecd 2f77bb69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include <stdio.h>
#include <unistd.h>
#include <asm/page.h>
#include <sys/swap.h>
#include <sys/types.h>
#include <sys/stat.h>
+0 −1
Original line number Diff line number Diff line
#include <stdio.h>
#include <unistd.h>
#include <asm/page.h>
#include <sys/swap.h>

int swapoff_main(int argc, char **argv)
+0 −1
Original line number Diff line number Diff line
@@ -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)