From 68d4f1207883162b966dada8f63d6a4da71f5d65 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 27 Sep 2020 16:12:10 +0200 Subject: [PATCH] zenfone6: 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpt-utils/gpt-utils.cpp b/gpt-utils/gpt-utils.cpp index 196cd90..206a8c4 100644 --- a/gpt-utils/gpt-utils.cpp +++ b/gpt-utils/gpt-utils.cpp @@ -32,7 +32,6 @@ /****************************************************************************** * INCLUDE SECTION ******************************************************************************/ -#include #include #include #include @@ -43,7 +42,6 @@ #include #include #include -#include #include #include #include