aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1478ce9ae4e..5c6297faae5 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -38,12 +38,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
38#include "process.h" 38#include "process.h"
39#include "intervals.h" 39#include "intervals.h"
40#include "puresize.h" 40#include "puresize.h"
41#include "character.h"
41#include "buffer.h" 42#include "buffer.h"
42#include "window.h" 43#include "window.h"
43#include "keyboard.h" 44#include "keyboard.h"
44#include "frame.h" 45#include "frame.h"
45#include "blockinput.h" 46#include "blockinput.h"
46#include "character.h"
47#include "syssignal.h" 47#include "syssignal.h"
48#include "termhooks.h" /* For struct terminal. */ 48#include "termhooks.h" /* For struct terminal. */
49#include <setjmp.h> 49#include <setjmp.h>