From 198ae2b90eb2e7b41965223967bbb8971da950d5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Jun 2011 23:17:35 -0700 Subject: [PATCH] * lisp.h: Include , as it'll useful in later changes. * character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include , since lisp.h does. --- src/ChangeLog | 4 ++++ src/character.c | 2 +- src/data.c | 2 -- src/editfns.c | 1 - src/insdel.c | 2 -- src/intervals.c | 2 +- src/lisp.h | 2 ++ 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1c97b0ac9f5..708e08135be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2011-06-02 Paul Eggert + * lisp.h: Include , as it'll useful in later changes. + * character.c, data.c, editfns.c, insdel.c, intervals.c: + Don't include , since lisp.h does. + Don't assume time_t can fit into int. * buffer.h (struct buffer.modtime): Now time_t, not int. * fileio.c (Fvisited_file_modtime): No need for time_t cast now. diff --git a/src/character.c b/src/character.c index 34e69da9cc5..4aa1b75cd8c 100644 --- a/src/character.c +++ b/src/character.c @@ -35,7 +35,7 @@ along with GNU Emacs. If not, see . */ #include #include -#include + #include "lisp.h" #include "character.h" #include "buffer.h" diff --git a/src/data.c b/src/data.c index 78bd454056d..522f0156ebd 100644 --- a/src/data.c +++ b/src/data.c @@ -23,8 +23,6 @@ along with GNU Emacs. If not, see . */ #include #include -#include - #include "lisp.h" #include "puresize.h" #include "character.h" diff --git a/src/editfns.c b/src/editfns.c index 8b48355fbfa..bfdc891140d 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -47,7 +47,6 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include #include #include diff --git a/src/insdel.c b/src/insdel.c index c0cccc65d6a..d695278284b 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -21,8 +21,6 @@ along with GNU Emacs. If not, see . */ #include #include -#include - #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/intervals.c b/src/intervals.c index f9e9c864e13..2cebc9af585 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -39,7 +39,7 @@ along with GNU Emacs. If not, see . */ #include #include -#include + #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/lisp.h b/src/lisp.h index 8a504e8eb86..6ef2c4211f2 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -24,6 +24,8 @@ along with GNU Emacs. If not, see . */ #include #include +#include + /* Use the configure flag --enable-checking[=LIST] to enable various types of run time checks for Lisp objects. */ -- 2.39.2