mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
os.h: remove unneeded include
No symbol from platform.h is used in os.h Change-Id: Ia8f463ab8f9f064fe79f5ee0840b851ae497a080 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/57936 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
21bf91d93f
commit
5a8b0773dd
2
os.h
2
os.h
@ -17,8 +17,6 @@
|
|||||||
* Header file for OS checking.
|
* Header file for OS checking.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "platform.h"
|
|
||||||
|
|
||||||
// Solaris
|
// Solaris
|
||||||
#if defined (__sun) && (defined(__i386) || defined(__amd64))
|
#if defined (__sun) && (defined(__i386) || defined(__amd64))
|
||||||
#define __FLASHROM_OS__ "SunOS"
|
#define __FLASHROM_OS__ "SunOS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user