From ea3d60019aa99bec246b7e417f5d32a5c2a03eb6 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Fri, 5 Nov 2021 18:35:29 +0100 Subject: [PATCH] rm includes --- GUI/Util/Path.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GUI/Util/Path.h b/GUI/Util/Path.h index 94f87a12fae..af7314ee761 100644 --- a/GUI/Util/Path.h +++ b/GUI/Util/Path.h @@ -15,9 +15,7 @@ #ifndef BORNAGAIN_GUI_UTILS_PATH_H #define BORNAGAIN_GUI_UTILS_PATH_H -#include <QStringList> -#include <ostream> -#include <vector> +#include <QString> namespace GUI::Util::Path { -- GitLab