* pinfo.cc: Remove unneeded assert.h.

This commit is contained in:
Christopher Faylor 2012-10-09 15:12:07 +00:00
parent f085c12fd7
commit 9536b817b1
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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"