diff --git a/SDK/include/NDK/Component.hpp b/SDK/include/NDK/Component.hpp index 5c3141502..d1b96d279 100644 --- a/SDK/include/NDK/Component.hpp +++ b/SDK/include/NDK/Component.hpp @@ -7,7 +7,6 @@ #ifndef NDK_COMPONENT_HPP #define NDK_COMPONENT_HPP -#include #include namespace Ndk diff --git a/SDK/include/NDK/Entity.hpp b/SDK/include/NDK/Entity.hpp index cf8dd7f26..6159ddce8 100644 --- a/SDK/include/NDK/Entity.hpp +++ b/SDK/include/NDK/Entity.hpp @@ -7,7 +7,6 @@ #ifndef NDK_ENTITY_HPP #define NDK_ENTITY_HPP -#include #include #include #include diff --git a/SDK/include/NDK/EntityHandle.hpp b/SDK/include/NDK/EntityHandle.hpp index b6844a7e4..d1ffa7411 100644 --- a/SDK/include/NDK/EntityHandle.hpp +++ b/SDK/include/NDK/EntityHandle.hpp @@ -7,7 +7,6 @@ #ifndef NDK_ENTITYHANDLE_HPP #define NDK_ENTITYHANDLE_HPP -#include #include #include diff --git a/SDK/include/NDK/World.hpp b/SDK/include/NDK/World.hpp index 29f860908..8c5f7f360 100644 --- a/SDK/include/NDK/World.hpp +++ b/SDK/include/NDK/World.hpp @@ -8,7 +8,6 @@ #define NDK_WORLD_HPP #include -#include #include #include #include