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 | |
parent | f085c12fd72e4123f9915a97034d9d88b4874f9f (diff) | |
download | cygnal-9536b817b12280873a5e9efef77d4efbf181c012.tar.gz cygnal-9536b817b12280873a5e9efef77d4efbf181c012.tar.bz2 cygnal-9536b817b12280873a5e9efef77d4efbf181c012.zip |
* pinfo.cc: Remove unneeded assert.h.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d1c1b80a1..67d5157ae 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2012-10-09 Christopher Faylor <me.cygwin2012@cgf.cx> + + * pinfo.cc: Remove unneeded assert.h. + 2012-09-17 Christopher Faylor <me.cygwin2012@cgf.cx> * pinfo.cc (pinfo::init): Detect potential race where short block has diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index de3620fdb..ecd0f6cce 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" |