sm8150-common: gpt-utils: Drop unnecessary include

* When using generated_kernel_headers including
  stdio.h will cause errors due to redefined macros.

Change-Id: I2f753a64f760b636be1325873e17697466fbf33d
This commit is contained in:
LuK1337 2020-09-27 16:12:10 +02:00 committed by Omkar Chandorkar
parent f4195c68f0
commit 5f785813f2
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
/******************************************************************************
* INCLUDE SECTION
******************************************************************************/
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>