Skip to content

Commit

Permalink
chore: fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 15, 2025
1 parent 52f7ac2 commit 74b5c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/snippets/benchmark/c/native/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
* limitations under the License.
*/

#include "TODO.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include "TODO.h"

#define NAME "TODO"
#define ITERATIONS 1000000
Expand Down
2 changes: 1 addition & 1 deletion tools/snippets/benchmark/c/native/benchmark.length.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
* limitations under the License.
*/

#include "TODO.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include "TODO.h"

#define NAME "TODO"
#define ITERATIONS 10000000
Expand Down

0 comments on commit 74b5c02

Please sign in to comment.