From fb148c1aa07895d3ff222b9cc068f6f466c08e8e Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 9 Mar 2015 19:05:47 +0100 Subject: [PATCH] Removed useless include/declaration Former-commit-id: 7ad1c9940aee9ce00000ba8c31ac05117d2b6c31 --- SDK/include/NDK/Entity.inl | 1 - SDK/include/NDK/EntityHandle.hpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/SDK/include/NDK/Entity.inl b/SDK/include/NDK/Entity.inl index c50903b5d..c4e79a7d2 100644 --- a/SDK/include/NDK/Entity.inl +++ b/SDK/include/NDK/Entity.inl @@ -2,7 +2,6 @@ // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp -#include #include #include #include diff --git a/SDK/include/NDK/EntityHandle.hpp b/SDK/include/NDK/EntityHandle.hpp index 5906e8391..b6844a7e4 100644 --- a/SDK/include/NDK/EntityHandle.hpp +++ b/SDK/include/NDK/EntityHandle.hpp @@ -13,8 +13,6 @@ namespace Ndk { - class Entity; - class EntityHandle { friend Entity;