mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	audio_core: hle: mf: cleanup headers
This commit is contained in:
		
							parent
							
								
									2c40ef2a90
								
							
						
					
					
						commit
						972b527374
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -6,17 +6,14 @@ | ||||||
| // AAC decoder related APIs are only available with WIN7+
 | // AAC decoder related APIs are only available with WIN7+
 | ||||||
| #define WINVER _WIN32_WINNT_WIN7 | #define WINVER _WIN32_WINNT_WIN7 | ||||||
| 
 | 
 | ||||||
| #include <assert.h> | #include <iostream> | ||||||
|  | #include <string> | ||||||
|  | #include <tuple> | ||||||
| #include <comdef.h> | #include <comdef.h> | ||||||
| #include <mfapi.h> | #include <mfapi.h> | ||||||
| #include <mferror.h> | #include <mferror.h> | ||||||
| #include <mfidl.h> | #include <mfidl.h> | ||||||
| #include <mftransform.h> | #include <mftransform.h> | ||||||
| #include <stdio.h> |  | ||||||
| 
 |  | ||||||
| #include <iostream> |  | ||||||
| #include <string> |  | ||||||
| #include <tuple> |  | ||||||
| 
 | 
 | ||||||
| #include "adts.h" | #include "adts.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue