From b13e6864f5237d8c21874a8960e85169f7190348 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 7 Apr 2008 18:45:59 +0000 Subject: Remove unneeded header files from source files throughout. --- winsup/cygwin/fhandler_floppy.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/fhandler_floppy.cc') diff --git a/winsup/cygwin/fhandler_floppy.cc b/winsup/cygwin/fhandler_floppy.cc index bcd0c7df6..48f901014 100644 --- a/winsup/cygwin/fhandler_floppy.cc +++ b/winsup/cygwin/fhandler_floppy.cc @@ -10,10 +10,8 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" -#include #include #include -#include #include #include #include @@ -21,7 +19,6 @@ details. */ #include "security.h" #include "path.h" #include "fhandler.h" -#include #include "ntdll.h" #define IS_EOM(err) ((err) == ERROR_INVALID_PARAMETER \ -- cgit v1.2.3