Skip to content

Commit 9e24f0c

Browse files
committed
patch 7.4.1431
Problem: Including header files twice. Solution: Remove the extra includes.
1 parent 7ce686c commit 9e24f0c

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

src/if_cscope.h

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@
1111

1212
#if defined(FEAT_CSCOPE) || defined(PROTO)
1313

14-
#if defined(UNIX)
15-
# include <sys/types.h> /* pid_t */
16-
# include <sys/stat.h> /* dev_t, ino_t */
17-
#else
18-
# if defined (WIN32)
19-
# ifndef WIN32_LEAN_AND_MEAN
20-
# define WIN32_LEAN_AND_MEAN
21-
# endif
22-
# include <windows.h>
14+
#if defined (WIN32)
15+
# ifndef WIN32_LEAN_AND_MEAN
16+
# define WIN32_LEAN_AND_MEAN
2317
# endif
18+
# include <windows.h>
2419
#endif
2520

2621
#define CSCOPE_SUCCESS 0

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1431,
751753
/**/
752754
1430,
753755
/**/

0 commit comments

Comments
 (0)