Fix some more includes (flutter/engine#40122)

Fix some includes missing "flutter/" prefix.
This commit is contained in:
Greg Spencer 2023-03-07 12:50:12 -08:00 committed by GitHub
parent ea0f439d0e
commit ce70895a30
2 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
#include "flutter/flutter_vma/flutter_skia_vma.h"
#include "flutter/shell/common/shell_io_manager.h"
#include "flutter/shell/gpu/gpu_surface_vulkan.h"
#include "flutter/shell/gpu/gpu_surface_vulkan_delegate.h"
#include "flutter/vulkan/vulkan_skia_proc_table.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/vk/GrVkBackendContext.h"
#include "include/gpu/vk/GrVkExtensions.h"
#include "shell/gpu/gpu_surface_vulkan.h"
#include "shell/gpu/gpu_surface_vulkan_delegate.h"
namespace flutter {

View File

@ -6,13 +6,13 @@
#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SURFACE_VULKAN_H_
#include "flutter/fml/macros.h"
#include "flutter/shell/common/context_options.h"
#include "flutter/shell/gpu/gpu_surface_vulkan.h"
#include "flutter/shell/gpu/gpu_surface_vulkan_delegate.h"
#include "flutter/shell/platform/embedder/embedder.h"
#include "flutter/shell/platform/embedder/embedder_external_view_embedder.h"
#include "flutter/shell/platform/embedder/embedder_surface.h"
#include "flutter/vulkan/procs/vulkan_proc_table.h"
#include "shell/common/context_options.h"
#include "shell/gpu/gpu_surface_vulkan_delegate.h"
#include "shell/platform/embedder/embedder.h"
namespace flutter {