Removed useless includes

Former-commit-id: 2343f21e70621f194213085b6f83b10d958be09c
This commit is contained in:
Lynix 2015-03-14 16:52:44 +01:00
parent 6bd6039051
commit a16582d20d
4 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@
#ifndef NDK_COMPONENT_HPP
#define NDK_COMPONENT_HPP
#include <NDK/Prerequesites.hpp>
#include <NDK/BaseComponent.hpp>
namespace Ndk

View File

@ -7,7 +7,6 @@
#ifndef NDK_ENTITY_HPP
#define NDK_ENTITY_HPP
#include <NDK/Prerequesites.hpp>
#include <NDK/Component.hpp>
#include <memory>
#include <vector>

View File

@ -7,7 +7,6 @@
#ifndef NDK_ENTITYHANDLE_HPP
#define NDK_ENTITYHANDLE_HPP
#include <NDK/Prerequesites.hpp>
#include <NDK/Entity.hpp>
#include <ostream>

View File

@ -8,7 +8,6 @@
#define NDK_WORLD_HPP
#include <Nazara/Core/NonCopyable.hpp>
#include <NDK/Prerequesites.hpp>
#include <NDK/Entity.hpp>
#include <NDK/EntityHandle.hpp>
#include <vector>