aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.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/intervals.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/intervals.c')
-rw-r--r--src/intervals.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
39 39
40#include <config.h> 40#include <config.h>
41#include <setjmp.h> 41#include <setjmp.h>
42#include <intprops.h> 42
43#include "lisp.h" 43#include "lisp.h"
44#include "intervals.h" 44#include "intervals.h"
45#include "buffer.h" 45#include "buffer.h"