On 31/05/2015 08:11, Peter Crosthwaite wrote: > diff --git a/exec.c b/exec.c > index 0cb54f7..71ec173 100644 > --- a/exec.c > +++ b/exec.c > @@ -48,7 +48,6 @@ > #endif > #include "exec/cpu-all.h" > #include "qemu/rcu_queue.h" > -#include "exec/cputlb.h"
cputlb.h is still needed in exec.c (e.g. cpu_tlb_reset_dirty_all), so this should not be removed. Paolo > #include "translate-all.h" > > #include "exec/memory-internal.h"
