From 2ffe1494e16381cfc7fec95a6a0879f268df3e95 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Dec 2022 08:46:36 -0800 Subject: [PATCH] Avoid duplicate inclusion of stdalign.h * src/lisp.h: Do not include stdalign.h, as Gnulib now approximates C23 (where stdalign.h does nothing) and config.h already includes stdalign.h as needed on pre-C23 platforms. --- src/lisp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index be511a0eb9c..0dcf803e124 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -22,7 +22,6 @@ along with GNU Emacs. If not, see . */ #include #include -#include #include #include #include -- 2.39.5