From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Levon Subject: [PATCH] fix some header usage in tools/misc/ Date: Thu, 27 Oct 2005 16:55:33 +0100 Message-ID: <20051027155533.GC22479@trollied.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Remove a non-portable and unused error.h, and use signal.h not sys/signal.h. # HG changeset patch # User levon@movementarian.org # Node ID 12ff3bd86d054ed4307c4056ed8185d55b93f1c6 # Parent b0cc38e1569ad26de8202737775c9b87fefd42b5 fix header usage diff -r b0cc38e1569a -r 12ff3bd86d05 tools/misc/cpuperf/cpuperf.c --- a/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:49:12 2005 +0000 +++ b/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:49:47 2005 +0000 @@ -16,7 +16,6 @@ #include #include -#include #include #include #include diff -r b0cc38e1569a -r 12ff3bd86d05 tools/misc/miniterm/miniterm.c --- a/tools/misc/miniterm/miniterm.c Thu Oct 27 16:49:12 2005 +0000 +++ b/tools/misc/miniterm/miniterm.c Thu Oct 27 16:49:47 2005 +0000 @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include