libpax includes code sanitizations

This commit is contained in:
cyberman54 2021-05-08 14:25:14 +02:00
parent c6347216b4
commit 85f1b74678
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#ifndef _CYCLIC_H
#define _CYCLIC_H
#include <libpax_api.h>
#include "globals.h"
#include "senddata.h"
#include "rcommand.h"

View File

@ -3,7 +3,6 @@
#include <stdio.h>
#include <libpax_api.h>
#include "globals.h"
#include "senddata.h"
#include "configmanager.h"

View File

@ -1,7 +1,6 @@
#ifndef _SENDDATA_H
#define _SENDDATA_H
#include <libpax_api.h>
#include "libpax_helpers.h"
#include "spislave.h"
#include "mqttclient.h"