From 88376ed6085bed2d934e7d18e30098838baad339 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 5 Jan 2020 00:24:41 +0900 Subject: [PATCH] Remove needless include --- tensorflow/lite/delegates/gpu/gl/egl_context.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/delegates/gpu/gl/egl_context.cc b/tensorflow/lite/delegates/gpu/gl/egl_context.cc index c3fafa6ff37..46fbed24291 100644 --- a/tensorflow/lite/delegates/gpu/gl/egl_context.cc +++ b/tensorflow/lite/delegates/gpu/gl/egl_context.cc @@ -16,7 +16,6 @@ limitations under the License. #include "tensorflow/lite/delegates/gpu/gl/egl_context.h" #include -#include #include "tensorflow/lite/delegates/gpu/common/status.h" #include "tensorflow/lite/delegates/gpu/gl/gl_call.h"