diff options
| author | Paul Eggert | 2022-12-26 08:46:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2022-12-26 08:50:42 -0800 |
| commit | 2ffe1494e16381cfc7fec95a6a0879f268df3e95 (patch) | |
| tree | 9032dff067e96d944695712a009c24d45b3b8137 /src | |
| parent | 9a352ab1c735e12574dae678f13c41f8d50fb92c (diff) | |
| download | emacs-2ffe1494e16381cfc7fec95a6a0879f268df3e95.tar.gz emacs-2ffe1494e16381cfc7fec95a6a0879f268df3e95.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. */ | |||
| 22 | 22 | ||
| 23 | #include <alloca.h> | 23 | #include <alloca.h> |
| 24 | #include <setjmp.h> | 24 | #include <setjmp.h> |
| 25 | #include <stdalign.h> | ||
| 26 | #include <stdarg.h> | 25 | #include <stdarg.h> |
| 27 | #include <stddef.h> | 26 | #include <stddef.h> |
| 28 | #include <string.h> | 27 | #include <string.h> |