From 68b6b40882d8cf863e4e87dd40d8ac6990a3742c Mon Sep 17 00:00:00 2001 From: Fabian Schiebel Date: Sun, 15 Dec 2024 12:43:04 +0100 Subject: [PATCH] Fix solveIFDSProblem --- include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h b/include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h index fadaf7625..2a13cc8ea 100644 --- a/include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h +++ b/include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h @@ -21,7 +21,6 @@ #include "phasar/DataFlow/IfdsIde/Solver/IDESolver.h" #include "phasar/Domain/BinaryDomain.h" -#include #include #include #include @@ -118,8 +117,7 @@ using IFDSSolver_P = IFDSSolver OwningSolverResults + typename AnalysisDomainTy::d_t, BinaryDomain> solveIFDSProblem(IFDSTabulationProblem &Problem, const typename AnalysisDomainTy::i_t &ICF) { IFDSSolver Solver(Problem, &ICF);