1#ifndef NVIM_UI_COMPOSITOR_H
2#define NVIM_UI_COMPOSITOR_H
3
4#include "nvim/ui.h"
5#include "nvim/event/defs.h"
6
7#ifdef INCLUDE_GENERATED_DECLARATIONS
8# include "ui_compositor.h.generated.h"
9#endif
10#endif // NVIM_UI_COMPOSITOR_H
11