Skip to content
Snippets Groups Projects
Commit b9f93ce4 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

remove unused "syscall.h" includes

parent 9d915519
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include "syscall.h"
int remove(const char *path)
{
......
......@@ -4,7 +4,6 @@
#include <unistd.h>
#include <time.h>
#include "libc.h"
#include "syscall.h"
#include "atomic.h"
#define MAXTRIES 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment