diff --git a/src/interfaces/iADC.hpp b/src/interfaces/iADC.hpp index f883a10c..a852f17f 100644 --- a/src/interfaces/iADC.hpp +++ b/src/interfaces/iADC.hpp @@ -25,10 +25,8 @@ #pragma once #include -#include "mraa/common.h" #include "iModuleStatus.hpp" - namespace upm { /** diff --git a/src/interfaces/iPressureSensor.hpp b/src/interfaces/iPressureSensor.hpp index f7af2d05..7a5eebf8 100644 --- a/src/interfaces/iPressureSensor.hpp +++ b/src/interfaces/iPressureSensor.hpp @@ -24,9 +24,7 @@ #pragma once - #include -#include "mraa/common.h" #include "iModuleStatus.hpp" namespace upm