diff options
| author | Paul Eggert | 2011-06-03 11:14:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-03 11:14:49 -0700 |
| commit | 810ef6bcdf43f657e8f40ff5439fe684173c4b24 (patch) | |
| tree | 3599e6703de302255ec603cbbec282cb1183c795 /src/data.c | |
| parent | 4c97dba58f46f9d6d6d33438958b4d8ee8b79bc4 (diff) | |
| parent | 198ae2b90eb2e7b41965223967bbb8971da950d5 (diff) | |
| download | emacs-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/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include <setjmp.h> | 24 | #include <setjmp.h> |
| 25 | 25 | ||
| 26 | #include <intprops.h> | ||
| 27 | |||
| 28 | #include "lisp.h" | 26 | #include "lisp.h" |
| 29 | #include "puresize.h" | 27 | #include "puresize.h" |
| 30 | #include "character.h" | 28 | #include "character.h" |