Remove duplicate header file include (#10264)

This commit is contained in:
weiguo 2022-02-08 22:49:47 +08:00 committed by GitHub
parent b571c9609d
commit 34c288fe11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include <stdint.h>
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {