Mercurial > emacs
comparison src/alloc.c @ 4696:1fc792473491
Include <config.h> instead of "config.h".
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Fri, 10 Sep 1993 06:15:46 +0000 |
| parents | 15b073a6c860 |
| children | 0f94e1e7d273 |
comparison
equal
deleted
inserted
replaced
| 4695:32220a85d53b | 4696:1fc792473491 |
|---|---|
| 17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
| 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 |
| 20 #include <signal.h> | 20 #include <signal.h> |
| 21 | 21 |
| 22 #include "config.h" | 22 #include <config.h> |
| 23 #include "lisp.h" | 23 #include "lisp.h" |
| 24 #include "intervals.h" | 24 #include "intervals.h" |
| 25 #include "puresize.h" | 25 #include "puresize.h" |
| 26 #ifndef standalone | 26 #ifndef standalone |
| 27 #include "buffer.h" | 27 #include "buffer.h" |
