From 77776b09c684bc2a0c42114fce5a8b04409ec91d Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 9 Feb 2016 03:20:16 +0300 Subject: eval/encode: Fix writing strings starting with NL to list Error [found][1] by oni-link. [1]: https://github.com/neovim/neovim/pull/4131/files#r52239384 --- src/nvim/eval.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nvim/eval.h') diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 50c11011c6..9d45b780a9 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -1,8 +1,6 @@ #ifndef NVIM_EVAL_H #define NVIM_EVAL_H -#include - #include "nvim/profile.h" #include "nvim/hashtab.h" // For hashtab_T #include "nvim/garray.h" // For garray_T -- cgit