mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-31 02:03:48 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
|
||||
/************ End of logging configuration ****************/
|
||||
|
||||
/* FreeRTOS+TCP include. */
|
||||
#include "FreeRTOS_Sockets.h"
|
||||
|
||||
/* Transport interface include. */
|
||||
#include "transport_interface.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user