From 6667e6e078e305df1b739dd70876423aa0455e7f Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 14 May 2015 18:03:23 -1000 Subject: [PATCH] Update param.c Not used px4_macros.h anyway --- src/modules/systemlib/param/param.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/systemlib/param/param.c b/src/modules/systemlib/param/param.c index 26568266e7..010f40c883 100644 --- a/src/modules/systemlib/param/param.c +++ b/src/modules/systemlib/param/param.c @@ -58,7 +58,6 @@ #include "systemlib/param/param.h" #include "systemlib/uthash/utarray.h" #include "systemlib/bson/tinybson.h" -#include #include "uORB/uORB.h" #include "uORB/topics/parameter_update.h"