From 7d8dc2aa247cdd75b13fda8991e1ceb1566858b4 Mon Sep 17 00:00:00 2001 From: renyou Date: Mon, 14 Sep 2020 13:06:44 -0400 Subject: [PATCH] Fix an include path to match the others. (flutter/engine#21148) --- engine/src/flutter/shell/gpu/gpu_surface_software_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/gpu/gpu_surface_software_delegate.cc b/engine/src/flutter/shell/gpu/gpu_surface_software_delegate.cc index 263526f858e..d4141a3c72b 100644 --- a/engine/src/flutter/shell/gpu/gpu_surface_software_delegate.cc +++ b/engine/src/flutter/shell/gpu/gpu_surface_software_delegate.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "shell/gpu/gpu_surface_software_delegate.h" +#include "flutter/shell/gpu/gpu_surface_software_delegate.h" namespace flutter {