From 4c0a2b72560058fcdab2acbbea819cd89a107880 Mon Sep 17 00:00:00 2001 From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de> Date: Thu, 24 May 2018 12:44:52 +0200 Subject: [PATCH] Update AdaptInfo.hpp, removed include <forward_list> --- src/amdis/AdaptInfo.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amdis/AdaptInfo.hpp b/src/amdis/AdaptInfo.hpp index 812fb24b..b5734929 100644 --- a/src/amdis/AdaptInfo.hpp +++ b/src/amdis/AdaptInfo.hpp @@ -3,7 +3,6 @@ // std c++ headers #include <algorithm> #include <cmath> -#include <forward_list> #include <limits> #include <map> #include <string> -- GitLab