summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Croxon <ncroxon@redhat.com>2019-10-28 07:45:38 -0400
committerNigel Croxon <ncroxon@redhat.com>2019-10-28 07:45:38 -0400
commit8b2da2c2247af28bd681a9c8e3231559964c80a6 (patch)
treeb6139da95430d2fdd2d208ba8e4031654c251f87
parent9b14e7dab0abf0ef062db60666b677b33e10c627 (diff)
downloadgnu-efi-8b2da2c2247af28bd681a9c8e3231559964c80a6.tar.gz
Revert "efilink: fix build with gcc 4.8"
Breaks gcc builds with '-nostdinc' flag. The fix in 1a53d8f88a452847b25f9689f9a08dbcf82c86e4 (Fix for problem with undeclared intptr_t type), which is also merged fixes the same problem, without causing breakage. This reverts commit 6335e5c697c57d8b5854b8202de3733bcb151ca6.
-rw-r--r--inc/efilink.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/efilink.h b/inc/efilink.h
index b69a6fd..cc5aa2d 100644
--- a/inc/efilink.h
+++ b/inc/efilink.h
@@ -1,10 +1,6 @@
#ifndef _EFI_LINK_H
#define _EFI_LINK_H
-#if defined(__GNUC__)
-#include <stdint.h>
-#endif
-
/*++
Copyright (c) 1998 Intel Corporation