Skip to content

Commit

Permalink
fix double header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Nov 8, 2024
1 parent d0b650c commit c7892d6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion stan/math/rev/fun/acos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <stan/math/rev/fun/is_inf.hpp>
#include <stan/math/rev/fun/is_nan.hpp>
#include <stan/math/rev/fun/polar.hpp>
#include <stan/math/rev/fun/asin.hpp>
#include <stan/math/prim/fun/acos.hpp>
#include <cmath>
#include <complex>
Expand Down
2 changes: 1 addition & 1 deletion stan/math/rev/fun/acosh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

#include <stan/math/rev/core.hpp>
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/rev/fun/abs.hpp>
#include <stan/math/rev/fun/arg.hpp>
#include <stan/math/rev/fun/cosh.hpp>
#include <stan/math/rev/fun/is_nan.hpp>
#include <stan/math/rev/fun/log.hpp>
#include <stan/math/rev/fun/polar.hpp>
#include <stan/math/rev/fun/sqrt.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/prim/core.hpp>
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/isnan.hpp>
Expand Down
1 change: 0 additions & 1 deletion stan/math/rev/fun/asin.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef STAN_MATH_REV_FUN_ASIN_HPP
#define STAN_MATH_REV_FUN_ASIN_HPP

#include <stan/math/rev/fun/abs.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/fun/abs.hpp>
Expand Down
1 change: 0 additions & 1 deletion stan/math/rev/fun/eigendecompose_sym.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/prim/err/check_symmetric.hpp>
#include <stan/math/prim/err/check_nonzero_size.hpp>
#include <stan/math/prim/fun/typedefs.hpp>
Expand Down
1 change: 0 additions & 1 deletion stan/math/rev/fun/eigenvalues_sym.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/rev/core/typedefs.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/err/check_symmetric.hpp>
#include <stan/math/prim/err/check_nonzero_size.hpp>
Expand Down
1 change: 0 additions & 1 deletion stan/math/rev/fun/exp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <stan/math/rev/fun/cos.hpp>
#include <stan/math/rev/fun/is_inf.hpp>
#include <stan/math/rev/fun/is_nan.hpp>
#include <stan/math/rev/fun/cos.hpp>
#include <stan/math/rev/fun/sin.hpp>
#include <stan/math/prim/fun/isinf.hpp>
#include <stan/math/prim/fun/isfinite.hpp>
Expand Down
3 changes: 1 addition & 2 deletions stan/math/rev/fun/grad_inc_beta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
#include <stan/math/rev/fun/floor.hpp>
#include <stan/math/rev/fun/hypergeometric_2F1.hpp>
#include <stan/math/rev/fun/inc_beta.hpp>
#include <stan/math/rev/fun/value_of.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/rev/fun/lgamma.hpp>
#include <stan/math/rev/fun/log.hpp>
#include <stan/math/rev/fun/log1m.hpp>
#include <stan/math/rev/fun/value_of.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/prim/fun/grad_2F1.hpp>
#include <cmath>

Expand Down

0 comments on commit c7892d6

Please sign in to comment.