From 40e280d949fa26e33f69c4bf80ccc0b70f2e13f6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Nov 2017 20:34:59 +0100 Subject: patch 8.0.1321: can't build huge version with Athena Problem: Can't build huge version with Athena. (Mark Kelly) Solution: Move including beval.h to before structs.h. Include beval.pro like other proto files. --- src/beval.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/beval.h') diff --git a/src/beval.h b/src/beval.h index 6f9467cd6..f4d1d80e9 100644 --- a/src/beval.h +++ b/src/beval.h @@ -78,7 +78,6 @@ typedef struct BalloonEvalStruct #define EVAL_OFFSET_X 15 /* displacement of beval topleft corner from pointer */ #define EVAL_OFFSET_Y 10 -#include "beval.pro" #ifdef FEAT_BEVAL_GUI # include "gui_beval.pro" #endif -- cgit v1.2.1