This commit is contained in:
Gilles Grandou 2021-08-05 19:31:47 +02:00
parent cf7e2d1b9d
commit 6843d3f739
2 changed files with 1 additions and 6 deletions

2
mqtt.c
View File

@ -1,8 +1,6 @@
#include "mqtt.h"
#include "logger.h"
#include <mosquitto.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>

View File

@ -6,14 +6,11 @@
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <stdlib.h>
#include <unistd.h>
#include <json-c/json.h>
#define TIC2MQTT_VERSION "1.0.1"