diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-26 01:13:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-26 01:13:02 +0000 |
commit | 5d25dcfa3b790e8e851ae88cde57b5f45728cdc6 (patch) | |
tree | 8c4dd15cff5eb322f9f5d277f7be764e179531a2 /winsup/cygwin/fhandler.cc | |
parent | 8656ee07efbd5d47cde561d4ead67174970f989b (diff) | |
download | cygnal-5d25dcfa3b790e8e851ae88cde57b5f45728cdc6.tar.gz cygnal-5d25dcfa3b790e8e851ae88cde57b5f45728cdc6.tar.bz2 cygnal-5d25dcfa3b790e8e851ae88cde57b5f45728cdc6.zip |
Remove unneeded include.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r-- | winsup/cygwin/fhandler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc index 3d0195822..f4335a249 100644 --- a/winsup/cygwin/fhandler.cc +++ b/winsup/cygwin/fhandler.cc @@ -13,7 +13,6 @@ details. */ #include <unistd.h> #include <stdlib.h> #include "winsup.h" -#include "sync.h" static NO_COPY const int CHUNK_SIZE = 1024; /* Used for crlf conversions */ |