target-ppc: Clean includes
Remove some include statements which are not needed. Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
		
							parent
							
								
									0056c093b6
								
							
						
					
					
						commit
						550a82ec32
					
				@ -16,15 +16,9 @@
 | 
				
			|||||||
 * You should have received a copy of the GNU Lesser General Public
 | 
					 * You should have received a copy of the GNU Lesser General Public
 | 
				
			||||||
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | 
					 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include <stdarg.h>
 | 
					 | 
				
			||||||
#include <stdlib.h>
 | 
					 | 
				
			||||||
#include <stdio.h>
 | 
					 | 
				
			||||||
#include <string.h>
 | 
					 | 
				
			||||||
#include <inttypes.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "cpu.h"
 | 
					#include "cpu.h"
 | 
				
			||||||
#include "helper_regs.h"
 | 
					#include "helper_regs.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					 | 
				
			||||||
#include "kvm.h"
 | 
					#include "kvm.h"
 | 
				
			||||||
#include "kvm_ppc.h"
 | 
					#include "kvm_ppc.h"
 | 
				
			||||||
#include "cpus.h"
 | 
					#include "cpus.h"
 | 
				
			||||||
 | 
				
			|||||||
@ -17,16 +17,10 @@
 | 
				
			|||||||
 * You should have received a copy of the GNU Lesser General Public
 | 
					 * You should have received a copy of the GNU Lesser General Public
 | 
				
			||||||
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | 
					 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include <stdarg.h>
 | 
					 | 
				
			||||||
#include <stdlib.h>
 | 
					 | 
				
			||||||
#include <stdio.h>
 | 
					 | 
				
			||||||
#include <string.h>
 | 
					 | 
				
			||||||
#include <inttypes.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "cpu.h"
 | 
					#include "cpu.h"
 | 
				
			||||||
#include "disas.h"
 | 
					#include "disas.h"
 | 
				
			||||||
#include "tcg-op.h"
 | 
					#include "tcg-op.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					 | 
				
			||||||
#include "host-utils.h"
 | 
					#include "host-utils.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "helper.h"
 | 
					#include "helper.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user