mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
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.
This commit is contained in:
parent
9a352ab1c7
commit
2ffe1494e1
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <alloca.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdalign.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue