aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorPaul Eggert2011-06-03 11:14:49 -0700
committerPaul Eggert2011-06-03 11:14:49 -0700
commit810ef6bcdf43f657e8f40ff5439fe684173c4b24 (patch)
tree3599e6703de302255ec603cbbec282cb1183c795 /src/editfns.c
parent4c97dba58f46f9d6d6d33438958b4d8ee8b79bc4 (diff)
parent198ae2b90eb2e7b41965223967bbb8971da950d5 (diff)
downloademacs-810ef6bcdf43f657e8f40ff5439fe684173c4b24.tar.gz
emacs-810ef6bcdf43f657e8f40ff5439fe684173c4b24.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 0e40fde9ca4..b18a35fe295 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