From 2feb79a886a0b066ec785dc9727178665eb8c591 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Mon, 1 May 2023 10:12:14 -0700 Subject: [PATCH] [Impeller] Remove duplicate component in path.h Noticed this while reading some code. I think an IDE plugin I have does this sometimes. --- impeller/geometry/path.h | 1 - 1 file changed, 1 deletion(-) diff --git a/impeller/geometry/path.h b/impeller/geometry/path.h index fc1a3f0afdafa..21ad2fdbb315d 100644 --- a/impeller/geometry/path.h +++ b/impeller/geometry/path.h @@ -11,7 +11,6 @@ #include #include "impeller/geometry/path_component.h" -#include "path_component.h" namespace impeller {