forked from aniani/vim
		
	patch 7.4.1431
Problem: Including header files twice. Solution: Remove the extra includes.
This commit is contained in:
		| @@ -11,16 +11,11 @@ | |||||||
|  |  | ||||||
| #if defined(FEAT_CSCOPE) || defined(PROTO) | #if defined(FEAT_CSCOPE) || defined(PROTO) | ||||||
|  |  | ||||||
| #if defined(UNIX) | #if defined (WIN32) | ||||||
| # include <sys/types.h>		/* pid_t */ |  | ||||||
| # include <sys/stat.h>		/* dev_t, ino_t */ |  | ||||||
| #else |  | ||||||
| # if defined (WIN32) |  | ||||||
| # ifndef WIN32_LEAN_AND_MEAN | # ifndef WIN32_LEAN_AND_MEAN | ||||||
| #  define WIN32_LEAN_AND_MEAN | #  define WIN32_LEAN_AND_MEAN | ||||||
| # endif | # endif | ||||||
| # include <windows.h> | # include <windows.h> | ||||||
| # endif |  | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #define CSCOPE_SUCCESS		0 | #define CSCOPE_SUCCESS		0 | ||||||
|   | |||||||
| @@ -748,6 +748,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     1431, | ||||||
| /**/ | /**/ | ||||||
|     1430, |     1430, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user