Skip to content

Commit b02f2ec

Browse files
fix: stuff form code review
1 parent b8e5504 commit b02f2ec

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmeanors/src

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanors/src/addon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include <node_api.h>
19+
#include "stdlib/stats/base/dnanmeanors.h"
2020
#include "stdlib/napi/argv.h"
2121
#include "stdlib/napi/argv_int64.h"
2222
#include "stdlib/napi/argv_strided_float64array.h"
2323
#include "stdlib/napi/create_double.h"
2424
#include "stdlib/napi/export.h"
25-
#include "stdlib/stats/base/dnanmeanors.h"
25+
#include <node_api.h>
2626

2727
/**
2828
* Receives JavaScript callback invocation data.

0 commit comments

Comments
 (0)