浏览代码

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>