diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-06-06 14:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 20:00:32 +0800 |
commit | f5d12889e80d3369359b8248806694cf6d21f820 (patch) | |
tree | 8c3c03b9cb4a6806956d5bf6b87e9ff4a0cf24d2 /src/nvim/buffer.h | |
parent | 7b973c71ea845c9bcc6d98e101ad5a7956cb5802 (diff) | |
download | rneovim-f5d12889e80d3369359b8248806694cf6d21f820.tar.gz rneovim-f5d12889e80d3369359b8248806694cf6d21f820.tar.bz2 rneovim-f5d12889e80d3369359b8248806694cf6d21f820.zip |
refactor: adjust headers according to the style guide (#23934)
System headers should be included first to prevent naming conflicts.
Diffstat (limited to 'src/nvim/buffer.h')
-rw-r--r-- | src/nvim/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h index 610d9e37ec..1bca08e357 100644 --- a/src/nvim/buffer.h +++ b/src/nvim/buffer.h @@ -10,7 +10,7 @@ #include "nvim/eval/typval_defs.h" #include "nvim/ex_cmds_defs.h" #include "nvim/func_attr.h" -#include "nvim/grid_defs.h" // for StlClickRecord +#include "nvim/grid_defs.h" #include "nvim/macros.h" #include "nvim/memline.h" #include "nvim/memline_defs.h" |