diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h deleted file mode 100644 index 126869334..000000000 --- a/winsup/cygwin/include/cygwin/types.h +++ /dev/null @@ -1,22 +0,0 @@ -/* cygwin/types.h - - Copyright 2001, 2002, 2003, 2005, 2006, 2010, 2011, 2012, 2015 Red Hat Inc. - Written by Robert Collins - -This file is part of Cygwin. - -This software is a copyrighted work licensed under the terms of the -Cygwin license. Please consult the file "CYGWIN_LICENSE" for -details. */ - -#ifndef _CYGWIN_TYPES_H -#define _CYGWIN_TYPES_H - -/* - * This file is provided for backward compatibility. It is no longer used in - * Newlib. Do not add new things to it. - */ - -#include - -#endif /* _CYGWIN_TYPES_H */