Browse Source

Remove unneeded includes in gamemode_client.h

Marc Di Luzio 5 years ago
parent
commit
ddc802573a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lib/gamemode_client.h

+ 0 - 3
lib/gamemode_client.h

@@ -68,11 +68,8 @@ POSSIBILITY OF SUCH DAMAGE.
 
 #include <stdbool.h>
 #include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
 
 #include <dlfcn.h>
-#include <errno.h>
 #include <string.h>
 
 #include <sys/types.h>