diff options
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r-- | winsup/cygwin/fhandler_termios.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index caa98e7ca..8bdfdcd5d 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -1,6 +1,7 @@ /* fhandler_termios.cc - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 Red Hat, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 + Red Hat, Inc. This file is part of Cygwin. @@ -12,13 +13,11 @@ details. */ #include <stdlib.h> #include <ctype.h> #include "cygerrno.h" -#include "security.h" #include "path.h" #include "fhandler.h" #include "sigproc.h" #include "pinfo.h" #include "tty.h" -#include "sys/cygwin.h" #include "cygtls.h" /* Common functions shared by tty/console */ |