Skip to content

Commit 24f3f76

Browse files
committed
Remove double includes
1 parent 5e84b7e commit 24f3f76

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

stan/math/mix.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
#include <stan/math/rev/functor.hpp>
2222
#include <stan/math/rev/prob.hpp>
2323

24-
#ifdef STAN_OPENCL
25-
#include <stan/math/opencl/rev.hpp>
26-
#endif
27-
2824
#include <stan/math/prim.hpp>
2925

3026
#endif

stan/math/prim/fun/size_zero.hpp

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

44
#include <stan/math/prim/fun/size.hpp>
55
#include <stan/math/prim/meta.hpp>
6-
#include <stan/math/prim/fun/size.hpp>
76
#include <utility>
87

98
namespace stan {

0 commit comments

Comments
 (0)