diff --git a/shell/platform/embedder/embedder_semantics_update.h b/shell/platform/embedder/embedder_semantics_update.h index 9d7ae51137471..1816489ad2fee 100644 --- a/shell/platform/embedder/embedder_semantics_update.h +++ b/shell/platform/embedder/embedder_semantics_update.h @@ -5,9 +5,9 @@ #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_ +#include "flutter/lib/ui/semantics/custom_accessibility_action.h" +#include "flutter/lib/ui/semantics/semantics_node.h" #include "flutter/shell/platform/embedder/embedder.h" -#include "lib/ui/semantics/custom_accessibility_action.h" -#include "lib/ui/semantics/semantics_node.h" namespace flutter { @@ -70,4 +70,4 @@ class EmbedderSemanticsUpdate2 { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_ \ No newline at end of file +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_