Skip to content

Commit b3fa209

Browse files
authored
style: fix include order
Signed-off-by: Athan <[email protected]>
1 parent 4a27992 commit b3fa209

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/binomcoef/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/binomcoef/src/main.c

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

19+
#include "stdlib/math/base/special/binomcoef.h"
1920
#include "stdlib/math/base/assert/is_integer.h"
2021
#include "stdlib/math/base/assert/is_odd.h"
21-
#include "stdlib/math/base/special/binomcoef.h"
2222
#include "stdlib/math/base/special/floor.h"
2323
#include "stdlib/math/base/special/gcd.h"
2424
#include "stdlib/constants/float64/pinf.h"

0 commit comments

Comments
 (0)