bitops.h: Don't include qemu-common.h
This removes the following circular dependency: bitops.h -> qemu-common.h -> target-i386/cpu.h -> target-i386/cpu-qom.h -> qom/cpu.h -> qdev-core.h -> bitmap.h -> bitops.h. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
		
							parent
							
								
									a5ebc0ebae
								
							
						
					
					
						commit
						afeeead1bc
					
				@ -12,7 +12,9 @@
 | 
				
			|||||||
#ifndef BITOPS_H
 | 
					#ifndef BITOPS_H
 | 
				
			||||||
#define BITOPS_H
 | 
					#define BITOPS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include <stdint.h>
 | 
				
			||||||
 | 
					#include <assert.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "host-utils.h"
 | 
					#include "host-utils.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BITS_PER_BYTE           CHAR_BIT
 | 
					#define BITS_PER_BYTE           CHAR_BIT
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user