From e2ac5cdf575930c3b9a5a8b1f6a5202e097e40db Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 15 Jul 2018 12:14:59 +0300 Subject: [PATCH] - removed unused macOS specific #include --- src/g_game.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/g_game.cpp b/src/g_game.cpp index a73758f1c..2f50eb3c6 100644 --- a/src/g_game.cpp +++ b/src/g_game.cpp @@ -27,9 +27,6 @@ #include #include #include -#ifdef __APPLE__ -#include -#endif #include "i_time.h" #include "templates.h"