1 #ifndef STAN_MATH_REV_FUN_DIVIDE_HPP
2 #define STAN_MATH_REV_FUN_DIVIDE_HPP
3 
4 #include <stan/math/prim/meta.hpp>
5 #include <stan/math/rev/meta.hpp>
6 #include <stan/math/rev/core.hpp>
7 
8 #endif
9