Преглед изворни кода

Remove unneeded includes in gamemode_client.h

Marc Di Luzio пре 5 година
родитељ
комит
ddc802573a
1 измењених фајлова са 0 додато и 3 уклоњено
  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>