diff options
Diffstat (limited to 'src/nvim/event/time.c')
-rw-r--r-- | src/nvim/event/time.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/event/time.c b/src/nvim/event/time.c index c997e3c558..f678f25f3f 100644 --- a/src/nvim/event/time.c +++ b/src/nvim/event/time.c @@ -1,11 +1,9 @@ -// This is an open source non-commercial project. Dear PVS-Studio, please check -// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com - #include <stdint.h> #include <uv.h> #include "nvim/event/loop.h" #include "nvim/event/time.h" +#include "nvim/func_attr.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "event/time.c.generated.h" |