diff --git a/includes/learnopengl/camera.h b/includes/learnopengl/camera.h index 63f5e49..6f9d000 100644 --- a/includes/learnopengl/camera.h +++ b/includes/learnopengl/camera.h @@ -5,8 +5,6 @@ #include #include -#include - // Defines several possible options for camera movement. Used as abstraction to stay away from window-system specific input methods enum Camera_Movement { FORWARD,