X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_time.c;h=319d1585cc50965fce08751df237ef5687ee944a;hp=86eaa022dc25e45569cb930ca32483eb5c125fdc;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hpb=0e097100a26bc43eb8964734fa43130fc4c71429 diff --git a/palacios/src/palacios/vmm_time.c b/palacios/src/palacios/vmm_time.c index 86eaa02..319d158 100644 --- a/palacios/src/palacios/vmm_time.c +++ b/palacios/src/palacios/vmm_time.c @@ -17,9 +17,9 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#include "palacios/vmm_time.h" -#include "palacios/vmm.h" - +#include +#include +#include void v3_init_time(struct guest_info * info) { struct vm_time * time_state = &(info->time_state);