diff options
author | Christopher Faylor <me@cgf.cx> | 2012-10-09 15:12:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-10-09 15:12:07 +0000 |
commit | 9536b817b12280873a5e9efef77d4efbf181c012 (patch) | |
tree | 9b38b89a042f341087efb236106de67be1d10c11 /winsup/cygwin/pinfo.cc | |
parent | f085c12fd72e4123f9915a97034d9d88b4874f9f (diff) | |
download | newlib-9536b817b12280873a5e9efef77d4efbf181c012.zip newlib-9536b817b12280873a5e9efef77d4efbf181c012.tar.gz newlib-9536b817b12280873a5e9efef77d4efbf181c012.tar.bz2 |
* pinfo.cc: Remove unneeded assert.h.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index de3620f..ecd0f6c 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -21,7 +21,6 @@ details. */ #include "pinfo.h" #include "perprocess.h" #include "environ.h" -#include <assert.h> #include "ntdll.h" #include "shared_info.h" #include "cygheap.h" |