diff --git a/src/language.y b/src/language.y
index a63046b446bf356c205c761fc890f64bfe08cabb..122b1c8e145489ad6f867048e85408a1ba4c2eb1 100644
--- a/src/language.y
+++ b/src/language.y
@@ -158,7 +158,6 @@
 #include <memory.h>
 #endif
 
-#include <setjmp.h>
 #include "interpret.h"
 #include "array.h"
 #include "object.h"
diff --git a/src/las.c b/src/las.c
index deeca16c9d539a2e8917030854f0d67f41ebf7c3..c30cfab6595153fec2432acc52f413ada954f214 100644
--- a/src/las.c
+++ b/src/las.c
@@ -3,7 +3,6 @@
 ||| uLPC is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
-#include <setjmp.h>
 #include "global.h"
 #include "language.h"
 #include "interpret.h"