Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbf32438 authored by Aayush Gupta's avatar Aayush Gupta Committed by Bharath
Browse files

FP3: gpt-utils: Drop include for stdio.h



Required macros are already defined in kernel now, and due to use of
generated_kernel_headers, these gives conflict when compiled, hence drop
this include and use kernel side declaration

Test: libgptutils.fairphone_msm8953 compiles without any issues after this drop

Signed-off-by: default avatarAayush Gupta <aayushgupta219@gmail.com>
Change-Id: I3edb0826bbac1dc2919bbb049b1e8956d0e1a8d7
parent 8fccee38
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
/******************************************************************************
 * INCLUDE SECTION
 ******************************************************************************/
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>