message,strings: Move vim_*printf functions to strings.c

Allows eval/typval.h to #include message.h.
This commit is contained in:
ZyX
2016-08-21 01:47:28 +03:00
parent 4a511de881
commit a429235b6d
5 changed files with 862 additions and 839 deletions

View File

@@ -2,6 +2,10 @@
#define NVIM_STRINGS_H
#include <stdbool.h>
#include <stddef.h>
#include "nvim/types.h"
#include "nvim/eval_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "strings.h.generated.h"