Skip to content

Commit

Permalink
remove vector include
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarsan committed Feb 27, 2024
1 parent 3e94252 commit 5390505
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/learnopengl/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>

#include <vector>

// Defines several possible options for camera movement. Used as abstraction to stay away from window-system specific input methods
enum Camera_Movement {
FORWARD,
Expand Down

0 comments on commit 5390505

Please sign in to comment.