diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-14 19:44:01 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-19 18:33:39 -0400 |
commit | 8f6ecc40894174f8c100a2f012a0199fada62c27 (patch) | |
tree | 4e994d34bd34e7ebc90e61f4cb14302519c3e842 /src/nvim/memory.c | |
parent | 21a53265279e3357ea7c694f3e3115921c8a719f (diff) | |
download | rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.tar.gz rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.tar.bz2 rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.zip |
misc2.c: Move emsg* functions to message.c #2152
Clean up said functions and some outdated comments while we're at it.
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r-- | src/nvim/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memory.c b/src/nvim/memory.c index cb9ad97749..2223b65a93 100644 --- a/src/nvim/memory.c +++ b/src/nvim/memory.c @@ -7,7 +7,6 @@ #include <stdbool.h> #include "nvim/vim.h" -#include "nvim/misc2.h" #include "nvim/eval.h" #include "nvim/memfile.h" #include "nvim/memory.h" |