From fcc610fa42ab428ebfa57a442e32a48a423ca574 Mon Sep 17 00:00:00 2001 From: morzhovets Date: Sun, 24 Nov 2024 19:06:58 +0400 Subject: [PATCH] Includes in libcxx tests --- test/sources/LibcxxTester.h | 5 +++++ test/sources/libcxx/Support.h | 2 -- test/sources/libcxx11/Support.h | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/sources/LibcxxTester.h b/test/sources/LibcxxTester.h index eb60b568..635bb13c 100644 --- a/test/sources/LibcxxTester.h +++ b/test/sources/LibcxxTester.h @@ -12,6 +12,11 @@ #pragma once +#include "TestSettings.h" + +#include "../../include/momo/Version.h" +#include "../../include/momo/UserSettings.h" + #include #define LIBCXX_TO_STR(expr) #expr diff --git a/test/sources/libcxx/Support.h b/test/sources/libcxx/Support.h index 46bdc12b..223d8c93 100644 --- a/test/sources/libcxx/Support.h +++ b/test/sources/libcxx/Support.h @@ -17,8 +17,6 @@ #include #include -#include "../../../include/momo/Version.h" - //#define LIBCPP_HAS_BAD_NEWS_FOR_MOMO #if defined(__cpp_lib_containers_ranges) diff --git a/test/sources/libcxx11/Support.h b/test/sources/libcxx11/Support.h index 99468214..3f9dc571 100644 --- a/test/sources/libcxx11/Support.h +++ b/test/sources/libcxx11/Support.h @@ -20,8 +20,6 @@ # include #endif -#include "../../../include/momo/UserSettings.h" - #if !defined(TEST_MSVC) && !defined(__cpp_lib_transparent_operators) # define LIBCPP_HAS_NO_TRANSPARENT_OPERATORS #endif