Sdk/CameraComponent: Clean include

Former-commit-id: 3ff8192a4ae46441c7f3d5554c532f6a0bcc07da
This commit is contained in:
Lynix 2016-05-13 13:02:42 +02:00
parent 206c0a9adc
commit 6274692108
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Development Kit" // This file is part of the "Nazara Development Kit"
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp // For conditions of distribution and use, see copyright notice in Prerequesites.hpp
#include <NDK/Components/CameraComponent.hpp>
#include <Nazara/Core/Error.hpp> #include <Nazara/Core/Error.hpp>
#include <Nazara/Math/Algorithm.hpp> #include <Nazara/Math/Algorithm.hpp>
#include "CameraComponent.hpp"
namespace Ndk namespace Ndk
{ {