mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.
This commit is contained in:
		
							parent
							
								
									5f51554a5e
								
							
						
					
					
						commit
						f580232392
					
				@ -54,10 +54,6 @@
 | 
				
			|||||||
		#include "USBMode.h"
 | 
							#include "USBMode.h"
 | 
				
			||||||
		#include "Events.h"
 | 
							#include "Events.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		#if defined(USB_CAN_BE_DEVICE)
 | 
					 | 
				
			||||||
			#include "Device.h"
 | 
					 | 
				
			||||||
		#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* Enable C linkage for C++ Compilers: */
 | 
						/* Enable C linkage for C++ Compilers: */
 | 
				
			||||||
		#if defined(__cplusplus)
 | 
							#if defined(__cplusplus)
 | 
				
			||||||
			extern "C" {
 | 
								extern "C" {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user