Skip to content

Commit

Permalink
Merge pull request #384 from elmarsan/remove-vector-include
Browse files Browse the repository at this point in the history
Remove vector include in camera.h
  • Loading branch information
JoeyDeVries authored Feb 28, 2024
2 parents 3e94252 + 5390505 commit f2dc2e1
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 f2dc2e1

Please sign in to comment.