From 2bca1fb04e051066cbe7d8c5f575248686532f85 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 22 May 2019 17:14:48 +0100 Subject: [PATCH] Remove commented includes --- daemon/gamemode-gpu.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon/gamemode-gpu.c b/daemon/gamemode-gpu.c index 99553b2..6a054e2 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -141,11 +141,6 @@ void game_mode_free_gpu(GameModeGPUInfo **info) *info = NULL; } -//#include -//#include -//#include -//#include - /** * Applies GPU optimisations when gamemode is active and removes them after */