diff --git a/src/CellularConnectionHandler.h b/src/CellularConnectionHandler.h index 048c9f7..2addd29 100644 --- a/src/CellularConnectionHandler.h +++ b/src/CellularConnectionHandler.h @@ -16,12 +16,7 @@ INCLUDE ******************************************************************************/ -#include "Arduino_ConnectionHandler.h" - - -/****************************************************************************** - CLASS DECLARATION - ******************************************************************************/ +#include "ConnectionHandlerInterface.h" #if defined(ARDUINO_PORTENTA_C33) || defined(ARDUINO_PORTENTA_H7_M7) #include @@ -31,6 +26,10 @@ #error "Board doesn't support CELLULAR" #endif +/****************************************************************************** + CLASS DECLARATION + ******************************************************************************/ + class CellularConnectionHandler : public ConnectionHandler { public: