[Print] Removed redundant headers
This commit is contained in:
parent
4f0c400bd7
commit
adf2f3ba98
3 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include "Hellschreiber.h"
|
#include "Hellschreiber.h"
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
|
||||||
#if !defined(RADIOLIB_EXCLUDE_HELLSCHREIBER)
|
#if !defined(RADIOLIB_EXCLUDE_HELLSCHREIBER)
|
||||||
|
|
||||||
HellClient::HellClient(PhysicalLayer* phy) {
|
HellClient::HellClient(PhysicalLayer* phy) {
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#include "Morse.h"
|
#include "Morse.h"
|
||||||
#include <string.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <math.h>
|
|
||||||
#if !defined(RADIOLIB_EXCLUDE_MORSE)
|
#if !defined(RADIOLIB_EXCLUDE_MORSE)
|
||||||
|
|
||||||
MorseClient::MorseClient(PhysicalLayer* phy) {
|
MorseClient::MorseClient(PhysicalLayer* phy) {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include "RTTY.h"
|
#include "RTTY.h"
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
|
||||||
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
||||||
|
|
||||||
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue