move assert.h include out of vim.h

This commit is contained in:
Brandon Coleman
2014-06-23 00:40:35 -05:00
committed by Nicolas Hillegeer
parent 8cc8164e52
commit e69cfa6c15
18 changed files with 19 additions and 2 deletions

View File

@@ -10,9 +10,10 @@
* edit.c: functions for Insert mode
*/
#include <assert.h>
#include <string.h>
#include <inttypes.h>
#include <stdbool.h>
#include <string.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"