Skip to content

Commit 328bb5c

Browse files
committed
Clean up includes
1 parent dbdd658 commit 328bb5c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

stan/math/rev/constraint/simplex_constrain.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#ifndef STAN_MATH_REV_CONSTRAINT_SIMPLEX_CONSTRAIN_HPP
22
#define STAN_MATH_REV_CONSTRAINT_SIMPLEX_CONSTRAIN_HPP
33

4+
#include <stan/math/prim/fun/Eigen.hpp>
45
#include <stan/math/rev/meta.hpp>
56
#include <stan/math/rev/core/reverse_pass_callback.hpp>
67
#include <stan/math/rev/core/arena_matrix.hpp>
78
#include <stan/math/rev/fun/value_of.hpp>
8-
#include <stan/math/prim/fun/Eigen.hpp>
9-
#include <stan/math/prim/fun/inv_logit.hpp>
10-
#include <stan/math/prim/fun/log1p_exp.hpp>
9+
#include <stan/math/prim/constraint/sum_to_zero_constrain.hpp>
10+
#include <stan/math/prim/fun/softmax.hpp>
11+
#include <stan/math/prim/fun/log_softmax.hpp>
1112
#include <cmath>
1213
#include <tuple>
1314
#include <vector>

0 commit comments

Comments
 (0)