misc2.c: Move emsg* functions to message.c #2152

Clean up said functions and some outdated comments while we're at it.
This commit is contained in:
Michael Reed
2015-03-14 19:44:01 -04:00
committed by Justin M. Keyes
parent 21a5326527
commit 8f6ecc4089
6 changed files with 33 additions and 46 deletions

View File

@@ -42,7 +42,6 @@
#include "nvim/memline.h"
#include "nvim/message.h"
#include "nvim/misc1.h"
#include "nvim/misc2.h"
#include "nvim/garray.h"
#include "nvim/memory.h"
#include "nvim/move.h"