mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
refactor: run IWYU on entire repo
Reference: https://github.com/neovim/neovim/issues/6371.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <msgpack.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <msgpack.h> // IWYU pragma: keep
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/event/wstream.h"
|
||||
|
||||
/// Value by which objects represented as EXT type are shifted
|
||||
///
|
||||
|
Reference in New Issue
Block a user