aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAayush Gupta <aayushgupta219@gmail.com>2020-09-18 09:15:40 +0000
committerJoshua Blanchard <joshua.lee.bbg@gmail.com>2021-01-09 14:34:32 -0500
commitfecdfc82ab55d49f73a7bd90b3dde904e701d99a (patch)
tree272077add43d03e97a57e19d133c46d8fd7d511c
parent83f98df68cea493818e7d03a7ccc987f17f75b42 (diff)
beckham: 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.motorola_sdm660 compiles without any issues after this drop Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> Change-Id: I3edb0826bbac1dc2919bbb049b1e8956d0e1a8d7
-rw-r--r--gpt-utils/gpt-utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpt-utils/gpt-utils.cpp b/gpt-utils/gpt-utils.cpp
index 130fec4..5063037 100644
--- a/gpt-utils/gpt-utils.cpp
+++ b/gpt-utils/gpt-utils.cpp
@@ -32,7 +32,6 @@
/******************************************************************************
* INCLUDE SECTION
******************************************************************************/
-#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>