From 6a513c7975dd1b31a03e46fee910ddf4c67fa05b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:05:40 +0000 Subject: [PATCH] Fix inclusions of ql headers in double quotes --- test-suite/period.cpp | 2 +- test-suite/timegrid.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-suite/period.cpp b/test-suite/period.cpp index 00e0e174723..21cea066caf 100644 --- a/test-suite/period.cpp +++ b/test-suite/period.cpp @@ -19,7 +19,7 @@ #include "toplevelfixture.hpp" #include "utilities.hpp" -#include "ql/time/period.hpp" +#include using namespace QuantLib; using namespace boost::unit_test_framework; diff --git a/test-suite/timegrid.cpp b/test-suite/timegrid.cpp index 876c12fa6c4..eeb38b0c4c4 100644 --- a/test-suite/timegrid.cpp +++ b/test-suite/timegrid.cpp @@ -15,7 +15,7 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the license for more details. */ -#include "ql/timegrid.hpp" +#include #include "toplevelfixture.hpp" #include "utilities.hpp"