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;