refactor/single-include (#6604)

This commit is contained in:
relnod
2017-04-27 21:43:27 +02:00
committed by Justin M. Keyes
parent ce245c2c61
commit 56911050e0
6 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#ifndef NVIM_SIGN_DEFS_H
#define NVIM_SIGN_DEFS_H
#include "nvim/pos.h"
// signs: line annotations
typedef struct signlist signlist_T;