removed unused header that was failing internal checks.

This commit is contained in:
Advait Jain 2020-10-05 13:25:23 -07:00
parent d74f7057cd
commit 27c3083ae0

View File

@ -20,7 +20,6 @@ limitations under the License.
#include "tensorflow/lite/c/common.h"
#include "tensorflow/lite/micro/all_ops_resolver.h"
#include "tensorflow/lite/micro/kernels/kernel_runner.h"
#include "tensorflow/lite/micro/kernels/micro_ops.h"
#include "tensorflow/lite/micro/micro_utils.h"
#include "tensorflow/lite/micro/test_helpers.h"
#include "tensorflow/lite/micro/testing/micro_test.h"