zenfone6: 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 electimon
parent 3073325b61
commit 68d4f12078

View file

@ -32,7 +32,6 @@
/****************************************************************************** /******************************************************************************
* INCLUDE SECTION * INCLUDE SECTION
******************************************************************************/ ******************************************************************************/
#include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
@ -43,7 +42,6 @@
#include <limits.h> #include <limits.h>
#include <dirent.h> #include <dirent.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <asm/byteorder.h>
#include <map> #include <map>
#include <vector> #include <vector>
#include <string> #include <string>