From 8683b0b4e839f4c6dffbd88c309fa1ebf64958a4 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:47:21 -0800 Subject: [PATCH] Rename "Exceptions/PgtExceptions.hpp" to "Exceptions/Exceptions.hpp" (#14) Changes to be committed: modified: include/DataStructures/Container/Queues/Bucket.hpp --- include/DataStructures/Container/Queues/Bucket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/DataStructures/Container/Queues/Bucket.hpp b/include/DataStructures/Container/Queues/Bucket.hpp index 16f434a2..bef9688e 100644 --- a/include/DataStructures/Container/Queues/Bucket.hpp +++ b/include/DataStructures/Container/Queues/Bucket.hpp @@ -10,7 +10,7 @@ #include "Auxiliary/ExecutionPolicy.hpp" -#include "Exceptions/PgtExceptions.hpp" +#include "Exceptions/Exceptions.hpp" #include "Exceptions/Assertions.hpp" #include "DataStructures/Container/DominationCriterion.hpp"