lguest: Use explicit includes rateher than indirect
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Sat, 19 Jan 2008 01:59:07 +0000 (23:59 -0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:19 +0000 (22:50 +1100)
commitca94f2bdd1be626361fcfbd474d6b8823ed39f74
tree9b7f82ce7c2c20a45e1bfb611153d05ac7af2baf
parent382ac6b3fbc0ea6a5697fc6caaf7e7de12fa8b96
lguest: Use explicit includes rateher than indirect

explicitly use ktime.h include
explicitly use hrtimer.h include
explicitly use sched.h include

This patch adds headers explicitly to lguest sources file,
to avoid depending on them being included somewhere else.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/hypercalls.c
drivers/lguest/lg.h
drivers/lguest/lguest_user.c