diff options
| author | LuK1337 <priv.luk@gmail.com> | 2020-09-27 16:12:10 +0200 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-28 20:08:27 +0100 |
| commit | 07e361222c6d6ff5a85d87e8ff7299e215173a87 (patch) | |
| tree | 44ee6e166eca6aa37e3a7857b98185e329da4e91 /gpt-utils | |
| parent | d9d00f5bf1bcd1943990d8727ef9f1b98e0f99fc (diff) | |
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
Diffstat (limited to 'gpt-utils')
| -rw-r--r-- | gpt-utils/gpt-utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdio.h> #include <fcntl.h> #include <string.h> #include <errno.h> |
