Skip to content

Commit

Permalink
Delete unused header files
Browse files Browse the repository at this point in the history
  • Loading branch information
luochunsheng authored and andikleen committed Aug 25, 2022
1 parent 75464e7 commit 7dcc223
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions migratepages.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@

#define _GNU_SOURCE
#include <getopt.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include "numa.h"
#include "numaif.h"
#include "numaint.h"
#include "util.h"

static struct option opts[] = {
Expand Down
1 change: 0 additions & 1 deletion numactl.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <unistd.h>
#include <stdarg.h>
#include <ctype.h>
#include <assert.h>
#include "numa.h"
#include "numaif.h"
#include "numaint.h"
Expand Down
1 change: 0 additions & 1 deletion numastat.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ end of this file.
#define __USE_MISC
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <getopt.h>
#include <stdint.h>
#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion stream_lib.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <limits.h>
#include <sys/time.h>
#include <stdlib.h>
#include "stream_lib.h"
Expand Down

0 comments on commit 7dcc223

Please sign in to comment.