refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)

This commit is contained in:
zeertzjq
2023-11-30 17:16:57 +08:00
committed by GitHub
parent 543e0256c1
commit ce56e0a845
14 changed files with 134 additions and 140 deletions

View File

@@ -1,10 +1,9 @@
#pragma once
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/event/defs.h"
#include "nvim/grid_defs.h" // IWYU pragma: keep
#include "nvim/types_defs.h" // IWYU pragma: keep
#include "nvim/ui.h"
#include "nvim/ui_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ui_compositor.h.generated.h"