ppc: remove duplicated includes
applied using ./scripts/clean-includes not needed since 7ebaf795560 Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
		
							parent
							
								
									ff676046fb
								
							
						
					
					
						commit
						1945e6ab47
					
				@ -13,7 +13,6 @@
 | 
				
			|||||||
#include "trace.h"
 | 
					#include "trace.h"
 | 
				
			||||||
#include "kvm_ppc.h"
 | 
					#include "kvm_ppc.h"
 | 
				
			||||||
#include "hw/ppc/spapr_ovec.h"
 | 
					#include "hw/ppc/spapr_ovec.h"
 | 
				
			||||||
#include "qemu/error-report.h"
 | 
					 | 
				
			||||||
#include "mmu-book3s-v3.h"
 | 
					#include "mmu-book3s-v3.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct SPRSyncState {
 | 
					struct SPRSyncState {
 | 
				
			||||||
 | 
				
			|||||||
@ -47,9 +47,6 @@
 | 
				
			|||||||
#include "sysemu/hostmem.h"
 | 
					#include "sysemu/hostmem.h"
 | 
				
			||||||
#include "qemu/cutils.h"
 | 
					#include "qemu/cutils.h"
 | 
				
			||||||
#include "qemu/mmap-alloc.h"
 | 
					#include "qemu/mmap-alloc.h"
 | 
				
			||||||
#if defined(TARGET_PPC64)
 | 
					 | 
				
			||||||
#include "hw/ppc/spapr_cpu_core.h"
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#include "elf.h"
 | 
					#include "elf.h"
 | 
				
			||||||
#include "sysemu/kvm_int.h"
 | 
					#include "sysemu/kvm_int.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user