summaryrefslogtreecommitdiffstats
path: root/os.h
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.de>2021-09-25 16:27:49 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-09-27 09:31:37 +0000
commit5a8b0773dd777b4ca60dbcc30168dc3cb5945a1a (patch)
treeec534324d07b4fbe92afeac308680efdebf39462 /os.h
parent21bf91d93fa384c00ff4a48f956b21c0ec4aaa33 (diff)
downloadflashrom-5a8b0773dd777b4ca60dbcc30168dc3cb5945a1a.tar.gz
flashrom-5a8b0773dd777b4ca60dbcc30168dc3cb5945a1a.tar.bz2
flashrom-5a8b0773dd777b4ca60dbcc30168dc3cb5945a1a.zip
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>
Diffstat (limited to 'os.h')
-rw-r--r--os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os.h b/os.h
index ddfa46b5d..d6fbfe0be 100644
--- a/os.h
+++ b/os.h
@@ -17,8 +17,6 @@
* Header file for OS checking.
*/
-#include "platform.h"
-
// Solaris
#if defined (__sun) && (defined(__i386) || defined(__amd64))
#define __FLASHROM_OS__ "SunOS"