Skip to content

Commit

Permalink
cheryl: gpt-utils: Drop unnecessary include
Browse files Browse the repository at this point in the history
* When using generated_kernel_headers including
  stdio.h will cause errors due to redefined macros.

Change-Id: I2f753a64f760b636be1325873e17697466fbf33d
  • Loading branch information
luk1337 authored and mikeNG committed Oct 18, 2020
1 parent fa4f22d commit 45d7ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpt-utils/gpt-utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/******************************************************************************
* INCLUDE SECTION
******************************************************************************/
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
Expand Down

0 comments on commit 45d7ac5

Please sign in to comment.