mirror of
				https://github.com/espressif/esp-mqtt.git
				synced 2025-11-04 00:52:16 +01:00 
			
		
		
		
	refactor(mqtt): removed unused includes from tcp example
This commit is contained in:
		
				
					committed by
					
						
						Rocha Euripedes
					
				
			
			
				
	
			
			
			
						parent
						
							99199a57c9
						
					
				
				
					commit
					ab03f3f21a
				
			@@ -9,24 +9,15 @@
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include "esp_wifi.h"
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
#include "esp_system.h"
 | 
			
		||||
#include "nvs_flash.h"
 | 
			
		||||
#include "esp_event.h"
 | 
			
		||||
#include "esp_netif.h"
 | 
			
		||||
#include "protocol_examples_common.h"
 | 
			
		||||
 | 
			
		||||
#include "freertos/FreeRTOS.h"
 | 
			
		||||
#include "freertos/task.h"
 | 
			
		||||
#include "freertos/semphr.h"
 | 
			
		||||
#include "freertos/queue.h"
 | 
			
		||||
 | 
			
		||||
#include "lwip/sockets.h"
 | 
			
		||||
#include "lwip/dns.h"
 | 
			
		||||
#include "lwip/netdb.h"
 | 
			
		||||
 | 
			
		||||
#include "esp_log.h"
 | 
			
		||||
#include "mqtt_client.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user