Skip to content

Commit

Permalink
Included what you use - test headers now passes
Browse files Browse the repository at this point in the history
  • Loading branch information
betanalpha committed Apr 29, 2015
1 parent cfa4dc7 commit 7e8db1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/stan/math/prim/scal/prob/neg_binomial_2_cdf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#include <stan/math/prim/scal/err/check_consistent_sizes.hpp>
#include <stan/math/prim/scal/err/check_positive_finite.hpp>
#include <stan/math/prim/scal/err/check_nonnegative.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>

#include <stan/math/prim/scal/fun/value_of.hpp>
#include <stan/math/prim/scal/fun/digamma.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/stan/math/prim/scal/prob/neg_binomial_cdf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <stan/math/prim/scal/err/check_consistent_sizes.hpp>
#include <stan/math/prim/scal/err/check_positive_finite.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>

#include <stan/math/prim/scal/fun/value_of.hpp>
#include <stan/math/prim/scal/fun/digamma.hpp>
Expand All @@ -31,7 +32,6 @@ namespace stan {
T_partials_return;

using stan::math::check_positive_finite;
using stan::math::check_nonnegative;
using stan::math::check_consistent_sizes;

// Ensure non-zero arugment lengths
Expand Down

0 comments on commit 7e8db1c

Please sign in to comment.