diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-09 20:22:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-09 20:22:35 +0000 |
commit | ddf72c8f76012b14850ca0494b5db15a2c218775 (patch) | |
tree | f6b275f6ce11232e40c8a841f74ceb9f67d8ca94 | |
parent | cedb00be8982cfa9905b8552122689c21abb226d (diff) | |
download | cygnal-ddf72c8f76012b14850ca0494b5db15a2c218775.tar.gz cygnal-ddf72c8f76012b14850ca0494b5db15a2c218775.tar.bz2 cygnal-ddf72c8f76012b14850ca0494b5db15a2c218775.zip |
remove erroneous header.
-rw-r--r-- | winsup/cygwin/fhandler_termios.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index 6082c2b6d..47ed3ce77 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -17,7 +17,6 @@ details. */ #include "cygerrno.h" #include "fhandler.h" #include "sync.h" -#include "interlock.h" #include "sigproc.h" #include "pinfo.h" #include "tty.h" |