mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	dyncom: Remove unnecessary includes
This commit is contained in:
		
							parent
							
								
									1f36472fff
								
							
						
					
					
						commit
						088c8521bf
					
				
					 3 changed files with 0 additions and 7 deletions
				
			
		|  | @ -7,11 +7,8 @@ | ||||||
| #include <memory> | #include <memory> | ||||||
| #include "core/arm/dyncom/arm_dyncom.h" | #include "core/arm/dyncom/arm_dyncom.h" | ||||||
| #include "core/arm/dyncom/arm_dyncom_interpreter.h" | #include "core/arm/dyncom/arm_dyncom_interpreter.h" | ||||||
| #include "core/arm/dyncom/arm_dyncom_run.h" |  | ||||||
| #include "core/arm/dyncom/arm_dyncom_trans.h" | #include "core/arm/dyncom/arm_dyncom_trans.h" | ||||||
| #include "core/arm/skyeye_common/armstate.h" | #include "core/arm/skyeye_common/armstate.h" | ||||||
| #include "core/arm/skyeye_common/armsupp.h" |  | ||||||
| #include "core/arm/skyeye_common/vfp/vfp.h" |  | ||||||
| #include "core/core.h" | #include "core/core.h" | ||||||
| #include "core/core_timing.h" | #include "core/core_timing.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,7 +1,6 @@ | ||||||
| #include <cstdlib> | #include <cstdlib> | ||||||
| #include "common/assert.h" | #include "common/assert.h" | ||||||
| #include "common/common_types.h" | #include "common/common_types.h" | ||||||
| #include "core/arm/dyncom/arm_dyncom_interpreter.h" |  | ||||||
| #include "core/arm/dyncom/arm_dyncom_trans.h" | #include "core/arm/dyncom/arm_dyncom_trans.h" | ||||||
| #include "core/arm/skyeye_common/armstate.h" | #include "core/arm/skyeye_common/armstate.h" | ||||||
| #include "core/arm/skyeye_common/armsupp.h" | #include "core/arm/skyeye_common/armsupp.h" | ||||||
|  |  | ||||||
|  | @ -15,9 +15,6 @@ | ||||||
|     along with this program; if not, write to the Free Software |     along with this program; if not, write to the Free Software | ||||||
|     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||||||
| 
 | 
 | ||||||
| #include "common/logging/log.h" |  | ||||||
| #include "core/arm/skyeye_common/arm_regformat.h" |  | ||||||
| #include "core/arm/skyeye_common/armstate.h" |  | ||||||
| #include "core/arm/skyeye_common/armsupp.h" | #include "core/arm/skyeye_common/armsupp.h" | ||||||
| 
 | 
 | ||||||
| // Unsigned sum of absolute difference
 | // Unsigned sum of absolute difference
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue