From f8cb52f8ad28b245c6bfe3d1bff2ede04119e9d4 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Sun, 17 Apr 2016 23:50:00 -0700 Subject: [PATCH] Delete an unused include --- Sources/Engine/Engine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Engine/Engine.h b/Sources/Engine/Engine.h index 448d301..0df14e5 100644 --- a/Sources/Engine/Engine.h +++ b/Sources/Engine/Engine.h @@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once #endif -//#include #include // set this to 1 to enable checks whether somethig is deleted while iterating some array/container