Delete unused header from PlaintextMQTTExample.c (#310)

Add the FreeRTOS_Sockets.h where it is needed in plaintext_freertos.h.
This commit is contained in:
SarenaAWS
2020-10-05 13:21:10 -07:00
committed by GitHub
parent 5e76ff435b
commit 081d9ab3dc
2 changed files with 3 additions and 4 deletions

View File

@@ -46,10 +46,6 @@
#include "FreeRTOS.h"
#include "task.h"
/* FreeRTOS+TCP includes. */
#include "FreeRTOS_IP.h"
#include "FreeRTOS_Sockets.h"
/* Demo Specific configs. */
#include "demo_config.h"

View File

@@ -47,6 +47,9 @@
/************ End of logging configuration ****************/
/* FreeRTOS+TCP include. */
#include "FreeRTOS_Sockets.h"
/* Transport interface include. */
#include "transport_interface.h"