Skip to content

Commit f32073a

Browse files
kgrytesaurabhraghuvanshii
authored andcommitted
chore: fix include order
1 parent ccb5877 commit f32073a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)