refactor/single-include: fold.h #6456

This commit is contained in:
dedmass 2017-04-06 09:40:17 -04:00 committed by Justin M. Keyes
parent fd69c3f561
commit 3fd9b70c48
2 changed files with 5 additions and 1 deletions

View File

@ -425,7 +425,6 @@ endfunction()
set(NO_SINGLE_CHECK_HEADERS
file_search.h
fold.h
getchar.h
hardcopy.h
if_cscope.h

View File

@ -1,7 +1,12 @@
#ifndef NVIM_FOLD_H
#define NVIM_FOLD_H
#include <stdio.h> // for FILE
#include "nvim/pos.h"
#include "nvim/garray.h" // for garray_T
#include "nvim/types.h" // for char_u
#include "nvim/buffer_defs.h" // for win_T
/*
* Info used to pass info about a fold from the fold-detection code to the