diff options
Diffstat (limited to 'src/nvim/textformat.h')
-rw-r--r-- | src/nvim/textformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/textformat.h b/src/nvim/textformat.h index 3c918a028b..fcc9c2d6f4 100644 --- a/src/nvim/textformat.h +++ b/src/nvim/textformat.h @@ -1,8 +1,8 @@ #ifndef NVIM_TEXTFORMAT_H #define NVIM_TEXTFORMAT_H -#include "nvim/normal.h" // for oparg_T -#include "nvim/pos.h" // for linenr_T +#include "nvim/normal.h" +#include "nvim/pos.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "textformat.h.generated.h" |