diff src/utils.cc @ 4064:b4fa31442a78

[project @ 2002-09-26 21:10:45 by jwe]
author jwe
date Thu, 26 Sep 2002 21:10:46 +0000
parents b79da8779a0e
children ddc722b38e87
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -44,16 +44,6 @@
 
 #include <setjmp.h>
 
-#if defined (HAVE_TERMIOS_H)
-#include <termios.h>
-#elif defined (HAVE_TERMIO_H)
-#include <termio.h>
-#elif defined (HAVE_SGTTY_H)
-#include <sgtty.h>
-#else
-LOSE! LOSE!
-#endif
-
 #include "SLStack.h"
 
 #include "dir-ops.h"