diff options
Diffstat (limited to 'src/nvim/math.c')
-rw-r--r-- | src/nvim/math.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/math.c b/src/nvim/math.c index 791f1f9373..63a29509bd 100644 --- a/src/nvim/math.c +++ b/src/nvim/math.c @@ -2,7 +2,6 @@ // it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com #include <math.h> - #include <stdint.h> #include <string.h> |