refactor/single-include: window.h, version.h (#6570)

This commit is contained in:
relnod
2017-04-22 15:43:35 +02:00
committed by Justin M. Keyes
parent 10f119ab87
commit 654c50b227
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#ifndef NVIM_VERSION_H
#define NVIM_VERSION_H
#include "nvim/ex_cmds_defs.h"
// defined in version.c
extern char* Version;
extern char* longVersion;