diff options
| author | Paul Eggert | 2011-06-01 23:17:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-01 23:17:35 -0700 |
| commit | 198ae2b90eb2e7b41965223967bbb8971da950d5 (patch) | |
| tree | be65d8cdb55204104d9c98fde18db4cff91b613d /src/intervals.c | |
| parent | 84acfcf06be242f35063c719ca5643ad969437fd (diff) | |
| download | emacs-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/intervals.c')
| -rw-r--r-- | src/intervals.c | 2 |
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" |