diff options
Diffstat (limited to 'winsup/cygwin/assert.cc')
-rw-r--r-- | winsup/cygwin/assert.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/assert.cc b/winsup/cygwin/assert.cc index 2d50c19..8b8c181 100644 --- a/winsup/cygwin/assert.cc +++ b/winsup/cygwin/assert.cc @@ -15,7 +15,6 @@ details. */ #include <assert.h> #include <stdlib.h> -#include <stdio.h> /* This function is called when the assert macro fails. This will override the function of the same name in newlib. */ |