Skip to content

Commit 2fda707

Browse files
MAINT: Remove an obsolete comment in skew_normal.hpp.
1 parent dd02f22 commit 2fda707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/math/distributions/skew_normal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Azzalini, A. (1985). "A class of distributions which includes the normal ones".
1414
// Scand. J. Statist. 12: 171-178.
1515

16-
#include <boost/math/distributions/fwd.hpp> // TODO add skew_normal distribution to fwd.hpp!
16+
#include <boost/math/distributions/fwd.hpp>
1717
#include <boost/math/special_functions/owens_t.hpp> // Owen's T function
1818
#include <boost/math/distributions/complement.hpp>
1919
#include <boost/math/distributions/normal.hpp>

0 commit comments

Comments
 (0)