VehicleGPSPosition: remove unused "using"

This commit is contained in:
bresch
2021-01-29 17:23:09 +01:00
committed by Lorenz Meier
parent 6abbbdeb4b
commit cdd6df4e27
@@ -39,9 +39,6 @@
namespace sensors
{
using namespace matrix;
using math::constrain;
VehicleGPSPosition::VehicleGPSPosition() :
ModuleParams(nullptr),
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers)