Skip to content

Commit 0d156c7

Browse files
committed
Clean up headers
1 parent b5958e6 commit 0d156c7

6 files changed

Lines changed: 1 addition & 16 deletions

File tree

stan/math/prim/constraint/stochastic_column_constrain.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
#include <stan/math/prim/meta.hpp>
55
#include <stan/math/prim/fun/Eigen.hpp>
6-
#include <stan/math/prim/fun/inv_logit.hpp>
7-
#include <stan/math/prim/fun/log.hpp>
8-
#include <stan/math/prim/fun/log1p_exp.hpp>
9-
#include <stan/math/prim/fun/logit.hpp>
106
#include <stan/math/prim/constraint/simplex_constrain.hpp>
117
#include <cmath>
128

stan/math/prim/constraint/stochastic_row_constrain.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
#include <stan/math/prim/meta.hpp>
55
#include <stan/math/prim/fun/Eigen.hpp>
6-
#include <stan/math/prim/fun/inv_logit.hpp>
7-
#include <stan/math/prim/fun/log.hpp>
8-
#include <stan/math/prim/fun/log1p_exp.hpp>
9-
#include <stan/math/prim/fun/logit.hpp>
106
#include <stan/math/prim/constraint/simplex_constrain.hpp>
117
#include <cmath>
128

stan/math/rev/constraint/simplex_constrain.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
#include <stan/math/rev/constraint/sum_to_zero_constrain.hpp>
99
#include <stan/math/prim/constraint/simplex_constrain.hpp>
1010
#include <cmath>
11-
#include <tuple>
12-
#include <vector>
11+
1312

1413
namespace stan {
1514
namespace math {

stan/math/rev/constraint/stochastic_column_constrain.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <stan/math/prim/constraint/stochastic_column_constrain.hpp>
1010
#include <stan/math/rev/constraint/sum_to_zero_constrain.hpp>
1111
#include <cmath>
12-
#include <tuple>
13-
#include <vector>
1412

1513
namespace stan {
1614
namespace math {

stan/math/rev/constraint/stochastic_row_constrain.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <stan/math/prim/constraint/stochastic_row_constrain.hpp>
1010
#include <stan/math/rev/constraint/sum_to_zero_constrain.hpp>
1111
#include <cmath>
12-
#include <tuple>
13-
#include <vector>
1412

1513
namespace stan {
1614
namespace math {

stan/math/rev/constraint/sum_to_zero_constrain.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <stan/math/prim/fun/sqrt.hpp>
1010
#include <stan/math/prim/constraint/sum_to_zero_constrain.hpp>
1111
#include <cmath>
12-
#include <tuple>
13-
#include <vector>
1412

1513
namespace stan {
1614
namespace math {

0 commit comments

Comments
 (0)