From f17b98d84abfd9dda6b71c8690d7a2292774b05b Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 5 Jul 2017 09:43:02 -0700 Subject: [PATCH] [spinel] Remove `#include from `spinel.c` (#1951) The `` header file is already included from OpenThread specific platform header file `spinel_platform.h`. --- src/ncp/spinel.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ncp/spinel.c b/src/ncp/spinel.c index b1b59d300..6961077c3 100644 --- a/src/ncp/spinel.c +++ b/src/ncp/spinel.c @@ -43,9 +43,6 @@ // MARK: - // MARK: Headers - -#include - #include "spinel.h" #include