From 05564cbe9a10bfc0c24dcc60d163af7117c554b5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 23 Oct 2023 14:31:30 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 575930740 --- mediapipe/objc/{DrishtiGraph.cc => MPPGraph.cc} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename mediapipe/objc/{DrishtiGraph.cc => MPPGraph.cc} (99%) diff --git a/mediapipe/objc/DrishtiGraph.cc b/mediapipe/objc/MPPGraph.cc similarity index 99% rename from mediapipe/objc/DrishtiGraph.cc rename to mediapipe/objc/MPPGraph.cc index c4c1096d3..df9a1ebd6 100644 --- a/mediapipe/objc/DrishtiGraph.cc +++ b/mediapipe/objc/MPPGraph.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#import "mediapipe/objc/MPPGraph.h" + #import #import @@ -25,7 +27,6 @@ #include "mediapipe/framework/graph_service.h" #include "mediapipe/gpu/gl_base.h" #include "mediapipe/gpu/gpu_shared_data_internal.h" -#import "mediapipe/objc/MPPGraph.h" #import "mediapipe/objc/NSError+util_status.h" #include "mediapipe/objc/util.h"