Explorar el Código

Remove unneeded includes in gamemode_client.h

Marc Di Luzio hace 5 años
padre
commit
ddc802573a
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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>