Skip to content

Commit ded230d

Browse files
committed
Include local first
1 parent 7f5720a commit ded230d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ML/MlResponse.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
#ifndef TOOLS_ML_MLRESPONSE_H_
1818
#define TOOLS_ML_MLRESPONSE_H_
1919

20+
#include "Tools/ML/model.h"
21+
2022
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
2123
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
2224
#else
2325
#include <onnxruntime_cxx_api.h>
2426
#endif
2527

26-
#include "Tools/ML/model.h"
27-
2828
#include <CCDB/CcdbApi.h>
2929
#include <Framework/Array2D.h>
3030
#include <Framework/Logger.h>

0 commit comments

Comments
 (0)