From 4ca9839eddffc9fdbd764e71ab1c31a1a6437917 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 9 Sep 2019 22:38:02 +0200 Subject: [PATCH] sm8450-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 19ad8ae..4a75eec 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