From 0a767f1022d03375989281d53c18541140c28ecf Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 27 Sep 2020 16:12:10 +0200 Subject: [PATCH] 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 5b30e19..206a8c4 100644 --- a/gpt-utils/gpt-utils.cpp +++ b/gpt-utils/gpt-utils.cpp @@ -32,7 +32,6 @@ /****************************************************************************** * INCLUDE SECTION ******************************************************************************/ -#include #include #include #include