src: Remove unneeded include <lib.h>
Change-Id: I801849fb31fe6958e3d9510da50e2e2dd351a98d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29304 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							e9a0130879
						
					
				
				
					commit
					f765d4f275
				
			| @@ -15,7 +15,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <spd.h> | ||||
| #include <lib.h> | ||||
| #include <arch/io.h> | ||||
| #include <device/pci_def.h> | ||||
| #include <console/console.h> | ||||
|   | ||||
| @@ -19,7 +19,6 @@ | ||||
| #include <string.h> | ||||
| #include <console/console.h> | ||||
| #include <arch/io.h> | ||||
| #include <lib.h> | ||||
| #include <cpu/x86/lapic.h> | ||||
| #include <timestamp.h> | ||||
| #include "sandybridge.h" | ||||
|   | ||||
| @@ -22,7 +22,6 @@ | ||||
| #include <arch/cpu.h> | ||||
| #include <delay.h> | ||||
| #include <halt.h> | ||||
| #include <lib.h> | ||||
| #include "iomap.h" | ||||
| #if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX) | ||||
| #include <southbridge/intel/i82801gx/i82801gx.h> /* smbus_read_byte */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user