aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorPaul Eggert2011-06-01 23:17:35 -0700
committerPaul Eggert2011-06-01 23:17:35 -0700
commit198ae2b90eb2e7b41965223967bbb8971da950d5 (patch)
treebe65d8cdb55204104d9c98fde18db4cff91b613d /src/data.c
parent84acfcf06be242f35063c719ca5643ad969437fd (diff)
downloademacs-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/data.c')
-rw-r--r--src/data.c2
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"