From 75217dfbd31f752b5de362cf78bcdd8d87373b6f Mon Sep 17 00:00:00 2001 From: Vanessa Karolek <vaka1997@uni-koblenz.de> Date: Mon, 26 Jul 2021 16:13:18 +0200 Subject: [PATCH] [#94] remove unnecessary includes --- projects/saf_r/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/saf_r/src/main.cpp b/projects/saf_r/src/main.cpp index b4875533..74857075 100644 --- a/projects/saf_r/src/main.cpp +++ b/projects/saf_r/src/main.cpp @@ -7,10 +7,7 @@ #include <chrono> #include <limits> #include <cmath> -#include <iostream> -#include <fstream> #include <vector> -#include <glm/glm.hpp> #include <string.h> // memcpy(3) -- GitLab