Remove needless include <vector>

This commit is contained in:
Yasuhiro Matsumoto 2020-01-05 00:24:41 +09:00
parent 05a6f6a719
commit 88376ed608
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B

View File

@ -16,7 +16,6 @@ limitations under the License.
#include "tensorflow/lite/delegates/gpu/gl/egl_context.h"
#include <cstring>
#include <vector>
#include "tensorflow/lite/delegates/gpu/common/status.h"
#include "tensorflow/lite/delegates/gpu/gl/gl_call.h"