From d07149126571793e7b4133ebea0c54f43d83db0c Mon Sep 17 00:00:00 2001 From: a*morale Date: Tue, 29 May 2012 00:56:39 +0200 Subject: [PATCH] removed include for positiondesired.h --- flight/Modules/VtolPathFollower/vtolpathfollower.c | 1 - 1 file changed, 1 deletion(-) diff --git a/flight/Modules/VtolPathFollower/vtolpathfollower.c b/flight/Modules/VtolPathFollower/vtolpathfollower.c index b4ca7c877..5568983d5 100644 --- a/flight/Modules/VtolPathFollower/vtolpathfollower.c +++ b/flight/Modules/VtolPathFollower/vtolpathfollower.c @@ -50,7 +50,6 @@ #include "accels.h" #include "attitudeactual.h" #include "pathdesired.h" // object that will be updated by the module -#include "positiondesired.h" // object that will be updated by the module #include "positionactual.h" #include "manualcontrol.h" #include "flightstatus.h"