mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix some more includes (flutter/engine#40122)
Fix some includes missing "flutter/" prefix.
This commit is contained in:
parent
ea0f439d0e
commit
ce70895a30
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user