Remove commented includes

This commit is contained in:
Marc Di Luzio 2019-05-22 17:14:48 +01:00
parent 81e38d02e6
commit 2bca1fb04e

View File

@ -141,11 +141,6 @@ void game_mode_free_gpu(GameModeGPUInfo **info)
*info = NULL;
}
//#include <linux/limits.h>
//#include <stdio.h>
//#include <sys/wait.h>
//#include <unistd.h>
/**
* Applies GPU optimisations when gamemode is active and removes them after
*/