aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
diff options
context:
space:
mode:
authorDouglas Schneider <ds3@ualberta.ca>2014-05-26 10:16:25 -0600
committerJustin M. Keyes <justinkz@gmail.com>2014-06-13 18:08:20 -0400
commitf9596aa201b6f574d851850096fdd071e957fa15 (patch)
tree4e9f06049001615c78f528655a47565e230f7e4a /src/nvim/memory.c
parent5b3b3fd3ed4372866730ae857e8c09d6e5d1167d (diff)
downloadrneovim-f9596aa201b6f574d851850096fdd071e957fa15.tar.gz
rneovim-f9596aa201b6f574d851850096fdd071e957fa15.tar.bz2
rneovim-f9596aa201b6f574d851850096fdd071e957fa15.zip
Replace vim_strncpy calls: add STRLCPY
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r--src/nvim/memory.c1
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
#include "nvim/vim.h"