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/character.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/character.c')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index 34e69da9cc5..4aa1b75cd8c 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -35,7 +35,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 35 | 35 | ||
| 36 | #include <sys/types.h> | 36 | #include <sys/types.h> |
| 37 | #include <setjmp.h> | 37 | #include <setjmp.h> |
| 38 | #include <intprops.h> | 38 | |
| 39 | #include "lisp.h" | 39 | #include "lisp.h" |
| 40 | #include "character.h" | 40 | #include "character.h" |
| 41 | #include "buffer.h" | 41 | #include "buffer.h" |