patch 7.4.1431
Problem:    Including header files twice.
Solution:   Remove the extra includes.
diff --git a/src/version.c b/src/version.c
index fc8ae7e..f54913e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1431,
+/**/
     1430,
 /**/
     1429,