From 5390505e6f48f24d7a339ac3ae374a654f3da0cd Mon Sep 17 00:00:00 2001 From: elmarsan Date: Tue, 27 Feb 2024 22:21:56 +0100 Subject: [PATCH] remove vector include --- includes/learnopengl/camera.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/learnopengl/camera.h b/includes/learnopengl/camera.h index 63f5e49cb..6f9d0002c 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,