[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 <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_HELLSCHREIBER)
|
||||
|
||||
HellClient::HellClient(PhysicalLayer* phy) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "RTTY.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
||||
|
||||
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
||||
|
|
Loading…
Add table
Reference in a new issue