aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-07-26 13:36:13 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-07-26 13:36:13 +0100
commit49b537fc59f9e684c76da2a600e2bc2341a22cd3 (patch)
treed17ef02518f396b7e7e7c88e3512495f7dc8803c /tools/xenstat
parentf2cdd93694d2485e14a5cee964019b254b8ab502 (diff)
downloadxen-49b537fc59f9e684c76da2a600e2bc2341a22cd3.tar.gz
xen-49b537fc59f9e684c76da2a600e2bc2341a22cd3.tar.bz2
xen-49b537fc59f9e684c76da2a600e2bc2341a22cd3.zip
Remove unnecessary include of linux/compiler.h in libxenstat.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/libxenstat/src/xenstat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xenstat/libxenstat/src/xenstat.c b/tools/xenstat/libxenstat/src/xenstat.c
index 06e0142cb0..5d1f27f640 100644
--- a/tools/xenstat/libxenstat/src/xenstat.c
+++ b/tools/xenstat/libxenstat/src/xenstat.c
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-#include <linux/compiler.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/types.h>