소스 검색

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.
Nigel Croxon 5 년 전
부모
커밋
8b2da2c224
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      inc/efilink.h

+ 0 - 4
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