Fix bad import

This commit is contained in:
Mihai Maruseac 2020-09-19 18:54:29 -07:00
parent 9a64529bd4
commit b98674e737

View File

@ -18,7 +18,7 @@ limitations under the License.
#include <algorithm>
#include "tensorflow/lite/arena_planner.h"
#include "third_party/tensorflow/lite/builtin_ops.h"
#include "tensorflow/lite/builtin_ops.h"
#include "tensorflow/lite/c/common.h"
#include "tensorflow/lite/context_util.h"
#include "tensorflow/lite/core/api/tensor_utils.h"