Skip to content

Commit 229943e

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/cdf/benchmark/c/benchmark.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 <sys/time.h>
2019
#include "stdlib/stats/base/dists/levy/cdf.h"
20+
#include <sys/time.h>
2121
#include <math.h>
2222
#include <stdio.h>
2323
#include <stdlib.h>

0 commit comments

Comments
 (0)