From f9596aa201b6f574d851850096fdd071e957fa15 Mon Sep 17 00:00:00 2001 From: Douglas Schneider Date: Mon, 26 May 2014 10:16:25 -0600 Subject: Replace vim_strncpy calls: add STRLCPY --- src/nvim/memory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/memory.c') diff --git a/src/nvim/memory.c b/src/nvim/memory.c index d968aa2bd2..3c6430f311 100644 --- a/src/nvim/memory.c +++ b/src/nvim/memory.c @@ -1,6 +1,5 @@ // Various routines dealing with allocation and deallocation of memory. -#include #include #include "nvim/vim.h" -- cgit