aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1a9718bcb25..bf7c156d321 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26#include <limits.h> /* For CHAR_BIT. */ 26#include <limits.h> /* For CHAR_BIT. */
27#include <setjmp.h> 27#include <setjmp.h>
28 28
29#include <signal.h>
30
31#ifdef HAVE_PTHREAD 29#ifdef HAVE_PTHREAD
32#include <pthread.h> 30#include <pthread.h>
33#endif 31#endif
@@ -42,7 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
42#include "keyboard.h" 40#include "keyboard.h"
43#include "frame.h" 41#include "frame.h"
44#include "blockinput.h" 42#include "blockinput.h"
45#include "syssignal.h"
46#include "termhooks.h" /* For struct terminal. */ 43#include "termhooks.h" /* For struct terminal. */
47#include <setjmp.h> 44#include <setjmp.h>
48#include <verify.h> 45#include <verify.h>