Browse Source

Remove <linux/unistd.h>

tags/v0.3.16^2
River Dillon 4 years ago
parent
commit
2f6326a630
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      driver/others/memory.c

+ 0
- 1
driver/others/memory.c View File

@@ -1702,7 +1702,6 @@ inline int atoi(const char *str) { return 0; }
#include <sys/sysinfo.h>
#include <sched.h>
#include <errno.h>
#include <linux/unistd.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <sys/resource.h>


Loading…
Cancel
Save