diff options
Diffstat (limited to 'src/nvim/state.h')
-rw-r--r-- | src/nvim/state.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/state.h b/src/nvim/state.h index 326beaa9d9..6617b77fa0 100644 --- a/src/nvim/state.h +++ b/src/nvim/state.h @@ -1,9 +1,5 @@ #pragma once -#include <stddef.h> - -struct vim_state; - typedef struct vim_state VimState; typedef int (*state_check_callback)(VimState *state); |