commit 346e337cbefde594d18942b63686cee9680ee82d
Author:     Roberto E. Vargas Caballero <k...@shike2.com>
AuthorDate: Sun Feb 26 09:09:11 2017 +0100
Commit:     Roberto E. Vargas Caballero <k...@shike2.com>
CommitDate: Sun Feb 26 09:09:11 2017 +0100

    [cc1] Remove unneeded inclusion in decl.c

diff --git a/cc1/decl.c b/cc1/decl.c
index 0b696cb..6de804b 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -1,6 +1,5 @@
 /* See LICENSE file for copyright and license details. */
 static char sccsid[] = "@(#) ./cc1/decl.c";
-#include <setjmp.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>

Reply via email to