Преглед на файлове

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>