aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorPaul Eggert2011-06-01 23:17:35 -0700
committerPaul Eggert2011-06-01 23:17:35 -0700
commit198ae2b90eb2e7b41965223967bbb8971da950d5 (patch)
treebe65d8cdb55204104d9c98fde18db4cff91b613d /src/editfns.c
parent84acfcf06be242f35063c719ca5643ad969437fd (diff)
downloademacs-198ae2b90eb2e7b41965223967bbb8971da950d5.tar.gz
emacs-198ae2b90eb2e7b41965223967bbb8971da950d5.zip
* lisp.h: Include <intprops.h>, as it'll useful in later changes.
* character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include <intprops.h>, since lisp.h does.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c1
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
47#include <ctype.h> 47#include <ctype.h>
48#include <float.h> 48#include <float.h>
49#include <limits.h> 49#include <limits.h>
50#include <intprops.h>
51#include <strftime.h> 50#include <strftime.h>
52#include <verify.h> 51#include <verify.h>
53 52