Skip to content

Commit

Permalink
Remove double includes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 19, 2022
1 parent 5e84b7e commit 24f3f76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions stan/math/mix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
#include <stan/math/rev/functor.hpp>
#include <stan/math/rev/prob.hpp>

#ifdef STAN_OPENCL
#include <stan/math/opencl/rev.hpp>
#endif

#include <stan/math/prim.hpp>

#endif
1 change: 0 additions & 1 deletion stan/math/prim/fun/size_zero.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <stan/math/prim/fun/size.hpp>
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/size.hpp>
#include <utility>

namespace stan {
Expand Down

0 comments on commit 24f3f76

Please sign in to comment.