alpha: include cpu-qom.h in files that require AlphaCPU
This will keep things working when cpu.h will not be included indirectly almost everywhere (either directly or through qemu-common.h). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
		
							parent
							
								
									b4c1c6fc61
								
							
						
					
					
						commit
						0774831d08
					
				| @ -3,6 +3,7 @@ | ||||
| #ifndef HW_ALPHA_H | ||||
| #define HW_ALPHA_H 1 | ||||
| 
 | ||||
| #include "target-alpha/cpu-qom.h" | ||||
| #include "hw/pci/pci.h" | ||||
| #include "hw/pci/pci_host.h" | ||||
| #include "hw/ide.h" | ||||
|  | ||||
| @ -8,7 +8,6 @@ | ||||
| 
 | ||||
| #include "qemu/osdep.h" | ||||
| #include "qemu-common.h" | ||||
| #include "cpu.h" | ||||
| #include "alpha_sys.h" | ||||
| #include "qemu/log.h" | ||||
| #include "sysemu/sysemu.h" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Paolo Bonzini
						Paolo Bonzini