remove exec-all.h inclusion from cpu.h

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Paolo Bonzini 2010-06-29 09:58:51 +02:00 committed by Blue Swirl
parent 10eb0cc03c
commit a88790a14f
15 changed files with 4 additions and 12 deletions

View file

@ -526,7 +526,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
}
#include "cpu-all.h"
#include "exec-all.h"
/* Memory access type :
* may be needed for precise access rights control and precise exceptions.