Skip to content

Commit 958c3b1

Browse files
committed
Remove aligator/gar/fwd.hpp
1 parent 855853f commit 958c3b1

File tree

6 files changed

+3
-12
lines changed

6 files changed

+3
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
### Removed
3030

3131
- Default constructor for `LQRProblemTpl`
32+
- Removed header `gar/fwd.hpp` with forward-declarations
3233

3334
## [0.9.0] - 2024-10-11
3435

gar/include/aligator/gar/dense-riccati.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#include <proxsuite-nlp/linalg/bunchkaufman.hpp>
66

7-
#include "fwd.hpp"
87
#include "blk-matrix.hpp"
98
#include "riccati-base.hpp"
109

gar/include/aligator/gar/fwd.hpp

Lines changed: 0 additions & 8 deletions
This file was deleted.

gar/include/aligator/gar/parallel-solver.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/// @author Wilson Jallet
33
#pragma once
44

5-
#include "aligator/gar/fwd.hpp"
65
#include "aligator/gar/riccati-base.hpp"
76
#include "aligator/gar/riccati-impl.hpp"
87

gar/include/aligator/gar/proximal-riccati.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include "fwd.hpp"
43
#include "riccati-base.hpp"
54
#include "riccati-impl.hpp"
65

gar/include/aligator/gar/riccati-impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/// @author Wilson Jallet
33
#pragma once
44

5-
#include "fwd.hpp"
65
#include "blk-matrix.hpp"
76

87
#include <proxsuite-nlp/linalg/bunchkaufman.hpp>
@@ -15,6 +14,8 @@
1514

1615
namespace aligator {
1716
namespace gar {
17+
template <typename Scalar> struct LQRKnotTpl;
18+
template <typename Scalar> struct LQRProblemTpl;
1819

1920
/// Create a boost::span object from a vector and two indices.
2021
template <class T, class A>

0 commit comments

Comments
 (0)