Skip to content

Commit 3663dd3

Browse files
authored
style: fix include order
Signed-off-by: Athan <[email protected]>
1 parent a4304e1 commit 3663dd3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

19-
#include "stdlib/math/base/assert/is_integerf.h"
2019
#include "stdlib/math/base/special/negalucasf.h"
20+
#include "stdlib/math/base/assert/is_integerf.h"
2121
#include "stdlib/math/base/special/absf.h"
2222
#include "stdlib/constants/float32/max_safe_nth_lucas.h"
2323
#include <stdint.h>

0 commit comments

Comments
 (0)