Remove unneeded includes

This commit is contained in:
Marc Di Luzio
2019-05-25 14:37:28 +01:00
parent 28243afde9
commit 2e67906402
18 changed files with 7 additions and 46 deletions

View File

@ -37,10 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "gamemode.h"
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <sys/syscall.h>
#include <unistd.h>
/**
* Define the syscall interface in Linux because it is missing from glibc