From 6210c9916be22f2fef867c7b1716c128b9375c9a Mon Sep 17 00:00:00 2001 From: Albin Joy Date: Thu, 14 Mar 2019 16:44:25 +0530 Subject: [PATCH] re-ordered the headers alphabetically --- tensorflow/lite/kernels/subgraph_test_util_test.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/kernels/subgraph_test_util_test.cc b/tensorflow/lite/kernels/subgraph_test_util_test.cc index 93c33805312..f6c262b23ad 100644 --- a/tensorflow/lite/kernels/subgraph_test_util_test.cc +++ b/tensorflow/lite/kernels/subgraph_test_util_test.cc @@ -13,11 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ -#include "tensorflow/lite/kernels/subgraph_test_util.h" + #include #include "tensorflow/lite/interpreter.h" -#include "tensorflow/lite/kernels/test_util.h" #include "tensorflow/lite/kernels/kernel_util.h" +#include "tensorflow/lite/kernels/subgraph_test_util.h" +#include "tensorflow/lite/kernels/test_util.h" namespace tflite {