From 738bd5d42d9baf20d5d3f228bc111a9fba997ca9 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Tue, 23 Jan 2024 00:23:36 +0100 Subject: [PATCH] Move error.hpp back Signed-off-by: Andreas Heinrich --- modules/ErrorHistory/tests/helpers.cpp | 2 +- modules/ErrorHistory/tests/helpers.hpp | 2 +- .../modules/TestErrorHandling/main/test_error_handlingImpl.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ErrorHistory/tests/helpers.cpp b/modules/ErrorHistory/tests/helpers.cpp index b59e2a530b..02040e86fb 100644 --- a/modules/ErrorHistory/tests/helpers.cpp +++ b/modules/ErrorHistory/tests/helpers.cpp @@ -4,7 +4,7 @@ #include "helpers.hpp" #include -#include +#include fs::path get_bin_dir() { return fs::canonical("/proc/self/exe").parent_path(); diff --git a/modules/ErrorHistory/tests/helpers.hpp b/modules/ErrorHistory/tests/helpers.hpp index 490a71e24c..e674a74c75 100644 --- a/modules/ErrorHistory/tests/helpers.hpp +++ b/modules/ErrorHistory/tests/helpers.hpp @@ -6,7 +6,7 @@ #include "../ErrorDatabaseSqlite.hpp" #include #include -#include +#include namespace fs = std::filesystem; diff --git a/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp b/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp index 45510a0f5d..f05bdccd6e 100644 --- a/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp +++ b/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp @@ -4,7 +4,7 @@ #include "test_error_handlingImpl.hpp" #include -#include +#include #include namespace module {