Skip to content

Commit 8f594d1

Browse files
committed
Remove unused iostream include
Removed unnecessary iostream include from BaseModel.cpp
1 parent ca76a5c commit 8f594d1

File tree

1 file changed

+0
-1
lines changed
  • packages/react-native-executorch/common/rnexecutorch/models

1 file changed

+0
-1
lines changed

packages/react-native-executorch/common/rnexecutorch/models/BaseModel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <executorch/extension/tensor/tensor.h>
44
#include <filesystem>
5-
#include <iostream>
65
#include <stdexcept>
76

87
namespace rnexecutorch::models {

0 commit comments

Comments
 (0)