diff options
Diffstat (limited to 'src/nvim/textformat.h')
-rw-r--r-- | src/nvim/textformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/textformat.h b/src/nvim/textformat.h index 809e509db6..4beafeb7ec 100644 --- a/src/nvim/textformat.h +++ b/src/nvim/textformat.h @@ -1,7 +1,7 @@ #pragma once #include "nvim/normal.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "textformat.h.generated.h" |