From bf6b62e76010c69f892100c94abd33b80c2e828e Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 20 Aug 2024 17:43:36 +0200 Subject: [PATCH] CellularConnectionHandler: align includes --- src/CellularConnectionHandler.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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: