From 8dbb1fc8d443b1f8e2e454d4b82051fa63a48398 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Sun, 25 Jan 2015 18:24:10 +0100 Subject: [PATCH] remove unneeded include --- src/platforms/px4_defines.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/platforms/px4_defines.h b/src/platforms/px4_defines.h index 325832f0f1..c8e2cf290b 100644 --- a/src/platforms/px4_defines.h +++ b/src/platforms/px4_defines.h @@ -141,9 +141,6 @@ static inline px4_param_t PX4_ROS_PARAM_SET(const char *name, float value) * Building for NuttX */ #include -#ifdef __cplusplus -#include -#endif /* Main entry point */ #define PX4_MAIN_FUNCTION(_prefix) int _prefix##_task_main(int argc, char *argv[])