From db5f2b0f9d39a7cdcce12f352647874beb9719e3 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 9 Sep 2019 22:38:02 +0200 Subject: [PATCH] sm8550-common: gpt-utils: Drop unnecessary includes * When using generated_kernel_headers including asm/byteorder.h will cause a warning due to unused static functions. * When using generated_kernel_headers including stdio.h will cause errors due to redefined macros. Change-Id: I2a74ec92487c13c4645048c96da8cb92b3cbd9f0 --- 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 fc831a1..0a02c92 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