forked from mirrors/qmk_userspace
		
	Remove outputselect.h include from BIOI code (#14543)
This commit is contained in:
		
					parent
					
						
							
								19e33b685f
							
						
					
				
			
			
				commit
				
					
						be3259b793
					
				
			
		
					 2 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
#include "lufa.h"
 | 
					#include "lufa.h"
 | 
				
			||||||
#include "quantum.h"
 | 
					#include "quantum.h"
 | 
				
			||||||
#include <util/atomic.h>
 | 
					#include <util/atomic.h>
 | 
				
			||||||
#include "outputselect.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "print.h"
 | 
					#include "print.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
#include "lufa.h"
 | 
					#include "lufa.h"
 | 
				
			||||||
#include "quantum.h"
 | 
					#include "quantum.h"
 | 
				
			||||||
#include <util/atomic.h>
 | 
					#include <util/atomic.h>
 | 
				
			||||||
#include "outputselect.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef NKRO_ENABLE
 | 
					#ifdef NKRO_ENABLE
 | 
				
			||||||
#include "keycode_config.h"
 | 
					#include "keycode_config.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue