[Print] Removed redundant headers

This commit is contained in:
jgromes 2023-04-30 11:34:58 +02:00
parent 4f0c400bd7
commit adf2f3ba98
3 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,5 @@
#include "Hellschreiber.h"
#include <string.h>
#include <math.h>
#if !defined(RADIOLIB_EXCLUDE_HELLSCHREIBER)
HellClient::HellClient(PhysicalLayer* phy) {

View file

@ -1,7 +1,5 @@
#include "Morse.h"
#include <string.h>
#include <ctype.h>
#include <math.h>
#if !defined(RADIOLIB_EXCLUDE_MORSE)
MorseClient::MorseClient(PhysicalLayer* phy) {

View file

@ -1,6 +1,5 @@
#include "RTTY.h"
#include <string.h>
#include <math.h>
#if !defined(RADIOLIB_EXCLUDE_RTTY)
RTTYClient::RTTYClient(PhysicalLayer* phy) {