From 8e40ae88117b2f441c34add5f155113ec5156f3e Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 21 Feb 2023 12:43:14 -0800 Subject: [PATCH] Remove duplicate include version.h in xlspwin.c --- src/xlspwin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xlspwin.c b/src/xlspwin.c index e1ac015..04975a4 100644 --- a/src/xlspwin.c +++ b/src/xlspwin.c @@ -22,7 +22,6 @@ #include "devif.h" // for (anonymous), MRegion, OUTER_SB_WIDTH, Defin... #include "keyboard.h" // for RING, KBEVENT, KB_ALLUP, KEYEVENTSIZE, MAXK... #include "lispemul.h" // for DLword, ATOM_T, LispPTR, NIL, T -#include "version.h" #include "xbitmaps.h" // for LISP_CURSOR, default_cursor, horizscroll_cu... #include "xcursordefs.h" // for set_Xcursor, init_Xcursor #include "xdefs.h" // for XLOCK, XUNLOCK