Removed useless include/declaration

Former-commit-id: 7ad1c9940aee9ce00000ba8c31ac05117d2b6c31
This commit is contained in:
Lynix 2015-03-09 19:05:47 +01:00
parent c818ef7d4b
commit fb148c1aa0
2 changed files with 0 additions and 3 deletions

View File

@ -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 <NDK/World.hpp>
#include <Nazara/Core/Error.hpp>
#include <algorithm>
#include <stdexcept>

View File

@ -13,8 +13,6 @@
namespace Ndk
{
class Entity;
class EntityHandle
{
friend Entity;