[Print] Moved include to header
This commit is contained in:
parent
a4bf746e1f
commit
8f28b42d63
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "Print.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#if !defined(_RADIOLIB_PRINT_H)
|
||||
#define _RADIOLIB_PRINT_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "ITA2String.h"
|
||||
|
||||
// supported encoding schemes
|
||||
|
|
Loading…
Add table
Reference in a new issue