|
5 | 5 | #include <stan/math/rev/core/Eigen_NumTraits.hpp> |
6 | 6 | #include <stan/math/prim/fun/Eigen.hpp> |
7 | 7 |
|
8 | | -#include <stan/math/rev/constraint.hpp> |
9 | | -#include <stan/math/rev/core.hpp> |
10 | | -#include <stan/math/rev/meta.hpp> |
11 | | -#include <stan/math/rev/fun.hpp> |
12 | | -#include <stan/math/rev/functor.hpp> |
13 | | -#include <stan/math/rev/prob.hpp> |
| 8 | +#include <stan/math/mix/meta.hpp> |
| 9 | +#include <stan/math/mix/fun.hpp> |
| 10 | +#include <stan/math/mix/functor.hpp> |
14 | 11 |
|
15 | 12 | #include <stan/math/fwd/constraint.hpp> |
16 | 13 | #include <stan/math/fwd/core.hpp> |
|
19 | 16 | #include <stan/math/fwd/functor.hpp> |
20 | 17 | #include <stan/math/fwd/prob.hpp> |
21 | 18 |
|
| 19 | +#include <stan/math/rev/constraint.hpp> |
| 20 | +#include <stan/math/rev/core.hpp> |
| 21 | +#include <stan/math/rev/meta.hpp> |
| 22 | +#include <stan/math/rev/fun.hpp> |
| 23 | +#include <stan/math/rev/functor.hpp> |
| 24 | +#include <stan/math/rev/prob.hpp> |
| 25 | + |
22 | 26 | #ifdef STAN_OPENCL |
23 | 27 | #include <stan/math/opencl/rev.hpp> |
24 | 28 | #include <stan/math/opencl/rev_constraint.hpp> |
25 | 29 | #endif |
26 | 30 |
|
27 | 31 | #include <stan/math/prim.hpp> |
28 | 32 |
|
29 | | -#include <stan/math/mix/meta.hpp> |
30 | | -#include <stan/math/mix/fun.hpp> |
31 | | -#include <stan/math/mix/functor.hpp> |
32 | 33 | #include <stan/math/mix/prob.hpp> |
33 | 34 |
|
34 | 35 | #endif |
0 commit comments