From a081aead55f6eb4163da407c99742142c070c5ea Mon Sep 17 00:00:00 2001 From: Florian Sattler Date: Thu, 6 Oct 2022 13:07:23 +0200 Subject: [PATCH 1/2] Remove duplicated include of memory_resource --- include/phasar/PhasarLLVM/Pointer/PointsToSetOwner.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/phasar/PhasarLLVM/Pointer/PointsToSetOwner.h b/include/phasar/PhasarLLVM/Pointer/PointsToSetOwner.h index c0060354ff..2e9b276780 100644 --- a/include/phasar/PhasarLLVM/Pointer/PointsToSetOwner.h +++ b/include/phasar/PhasarLLVM/Pointer/PointsToSetOwner.h @@ -21,7 +21,6 @@ #include #include -#include #include /// On some MAC systems, is still not fully implemented, so do From c7f0df61f48d959bfd6ec00d4c1384b3ea809432 Mon Sep 17 00:00:00 2001 From: Florian Sattler Date: Thu, 6 Oct 2022 13:10:07 +0200 Subject: [PATCH 2/2] remove --- include/phasar/PhasarLLVM/Pointer/LLVMPointsToSet.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/phasar/PhasarLLVM/Pointer/LLVMPointsToSet.h b/include/phasar/PhasarLLVM/Pointer/LLVMPointsToSet.h index 96d3e61bc3..b874c87e2e 100644 --- a/include/phasar/PhasarLLVM/Pointer/LLVMPointsToSet.h +++ b/include/phasar/PhasarLLVM/Pointer/LLVMPointsToSet.h @@ -22,8 +22,6 @@ #include "nlohmann/json.hpp" -#include - namespace llvm { class Value; class Module;