Skip to content

Commit 2e6ba05

Browse files
authored
chore: reorder includes
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 21fc38c commit 2e6ba05

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/levy/cdf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/cdf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* limitations under the License.
1717
*/
1818

19+
#include "stdlib/stats/base/dists/levy/cdf.h"
1920
#include "stdlib/math/base/assert/is_nan.h"
2021
#include "stdlib/math/base/special/erfc.h"
2122
#include "stdlib/math/base/special/sqrt.h"
22-
#include "stdlib/stats/base/dists/levy/cdf.h"
2323

2424
/**
2525
* Evaluates the cumulative distribution function (CDF) for a Lévy distribution with location parameter `mu` and scale parameter `c` at a value `x`.

0 commit comments

Comments
 (0)