Remove unneeded include
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
#include <memory> // std::make_shared
|
#include <memory> // std::make_shared
|
||||||
|
|
||||||
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective, glm::ortho
|
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective, glm::ortho
|
||||||
#include <glm/ext/matrix_transform.hpp> // glm::radians
|
#include <glm/ext/matrix_transform.hpp> // glm::radians, glm::lookAt
|
||||||
#include <glm/gtx/transform.hpp> // glm::lookAt, glm::perspective
|
|
||||||
|
|
||||||
#include "inferno/application.h"
|
#include "inferno/application.h"
|
||||||
#include "inferno/component/transform.h"
|
#include "inferno/component/transform.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user