Skip to content

Commit 74b5c02

Browse files
committed
chore: fix include order
1 parent 52f7ac2 commit 74b5c02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/snippets/benchmark/c/native/benchmark.c

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

19+
#include "TODO.h"
1920
#include <stdlib.h>
2021
#include <stdio.h>
2122
#include <math.h>
2223
#include <time.h>
2324
#include <sys/time.h>
24-
#include "TODO.h"
2525

2626
#define NAME "TODO"
2727
#define ITERATIONS 1000000

tools/snippets/benchmark/c/native/benchmark.length.c

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

19+
#include "TODO.h"
1920
#include <stdlib.h>
2021
#include <stdio.h>
2122
#include <math.h>
2223
#include <time.h>
2324
#include <sys/time.h>
24-
#include "TODO.h"
2525

2626
#define NAME "TODO"
2727
#define ITERATIONS 10000000

0 commit comments

Comments
 (0)