patch 9.0.1465: Haiku build fails
Problem: Haiku build fails.
Solution: Do not include globals.h and proto.h twice. (Ozaki Kiichi,
closes #12273)
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index 6b035a5..15c4389 100644
--- a/src/gui_haiku.cc
+++ b/src/gui_haiku.cc
@@ -75,8 +75,6 @@
#include <syslog.h>
#include "vim.h"
-#include "globals.h"
-#include "proto.h"
#include "version.h"
} // extern "C"
diff --git a/src/version.c b/src/version.c
index c050afe..12deed2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1465,
+/**/
1464,
/**/
1463,