From 44b14163e8291ab452d08e2893770d3ffda38828 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 27 Sep 2020 16:12:10 +0200 Subject: [PATCH] sm8250-common: gpt-utils: Drop unnecessary include * When using generated_kernel_headers including stdio.h will cause errors due to redefined macros. Change-Id: I2f753a64f760b636be1325873e17697466fbf33d --- gpt-utils/gpt-utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gpt-utils/gpt-utils.cpp b/gpt-utils/gpt-utils.cpp index a799eb4..1e8c9a2 100644 --- a/gpt-utils/gpt-utils.cpp +++ b/gpt-utils/gpt-utils.cpp @@ -32,7 +32,6 @@ /****************************************************************************** * INCLUDE SECTION ******************************************************************************/ -#include #include #include #include