[Print] Removed redundant headers

pull/739/head
jgromes 2023-04-30 11:34:58 +02:00
rodzic 4f0c400bd7
commit adf2f3ba98
3 zmienionych plików z 3 dodań i 7 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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) {

Wyświetl plik

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