aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/multicall.c
diff options
context:
space:
mode:
authorSteven Hand <steven@xensource.com>2006-08-24 16:25:49 +0100
committerSteven Hand <steven@xensource.com>2006-08-24 16:25:49 +0100
commitf07b5ad9162f6e086b8e978986ec923664cbd1e1 (patch)
tree3e868fc9fa496724405404b66b2e20068fc9dfdd /xen/common/multicall.c
parentedd2b90d12b9a0a0a7af9a40620eb25683220926 (diff)
downloadxen-f07b5ad9162f6e086b8e978986ec923664cbd1e1.tar.gz
xen-f07b5ad9162f6e086b8e978986ec923664cbd1e1.tar.bz2
xen-f07b5ad9162f6e086b8e978986ec923664cbd1e1.zip
Remove redundant performance counters.
Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/common/multicall.c')
-rw-r--r--xen/common/multicall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/multicall.c b/xen/common/multicall.c
index f55926ce8c..7ba43ebd64 100644
--- a/xen/common/multicall.c
+++ b/xen/common/multicall.c
@@ -6,7 +6,6 @@
#include <xen/types.h>
#include <xen/lib.h>
#include <xen/mm.h>
-#include <xen/perfc.h>
#include <xen/sched.h>
#include <xen/event.h>
#include <xen/multicall.h>