From 5d25dcfa3b790e8e851ae88cde57b5f45728cdc6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 26 Feb 2000 01:13:02 +0000 Subject: [PATCH] Remove unneeded include. --- winsup/cygwin/fhandler.cc | 1 - 1 file changed, 1 deletion(-) 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 #include #include "winsup.h" -#include "sync.h" static NO_COPY const int CHUNK_SIZE = 1024; /* Used for crlf conversions */ -- 2.43.5