diff --git a/tools/snippets/benchmark/c/native/benchmark.c b/tools/snippets/benchmark/c/native/benchmark.c index 11c517a70543..07c9ebaf9bc0 100644 --- a/tools/snippets/benchmark/c/native/benchmark.c +++ b/tools/snippets/benchmark/c/native/benchmark.c @@ -16,12 +16,12 @@ * limitations under the License. */ +#include "TODO.h" #include #include #include #include #include -#include "TODO.h" #define NAME "TODO" #define ITERATIONS 1000000 diff --git a/tools/snippets/benchmark/c/native/benchmark.length.c b/tools/snippets/benchmark/c/native/benchmark.length.c index daf9fa34caf2..870e23c5d006 100644 --- a/tools/snippets/benchmark/c/native/benchmark.length.c +++ b/tools/snippets/benchmark/c/native/benchmark.length.c @@ -16,12 +16,12 @@ * limitations under the License. */ +#include "TODO.h" #include #include #include #include #include -#include "TODO.h" #define NAME "TODO" #define ITERATIONS 10000000