From 9536b817b12280873a5e9efef77d4efbf181c012 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 9 Oct 2012 15:12:07 +0000 Subject: [PATCH] * pinfo.cc: Remove unneeded assert.h. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/pinfo.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + * pinfo.cc: Remove unneeded assert.h. + 2012-09-17 Christopher Faylor * 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 #include "ntdll.h" #include "shared_info.h" #include "cygheap.h"