[cli] delete redundant and unnecessary includes (#3959)

This commit is contained in:
Christian Stauffer
2019-07-03 19:54:50 +02:00
committed by Jonathan Hui
parent be994b66cf
commit b983974aec
2 changed files with 0 additions and 10 deletions
-8
View File
@@ -68,14 +68,6 @@
#include "cli_dataset.hpp"
#if OPENTHREAD_ENABLE_APPLICATION_COAP
#include "cli_coap.hpp"
#endif
#if OPENTHREAD_ENABLE_APPLICATION_COAP_SECURE
#include "cli_coap_secure.hpp"
#endif
#if OPENTHREAD_ENABLE_CHANNEL_MANAGER && OPENTHREAD_FTD
#include <openthread/channel_manager.h>
#endif