소스 검색

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>