Examples: Header cleanup

This commit is contained in:
Lorenz Meier
2016-09-26 23:16:59 +02:00
committed by Lorenz Meier
parent 2cfcf3402e
commit 90c4b41234
2 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#include <string.h>
#include <cstdlib>
#include <systemlib/err.h>
#include <systemlib/systemlib.h>
#include <px4_tasks.h>
extern bool mc_att_control_thread_running;
int mc_att_control_daemon_task; /**< Handle of deamon task / thread */

View File

@@ -36,10 +36,12 @@
*
* @author Thomas Gubler <thomasgubler@gmail.com>
*/
#include <px4_tasks.h>
#include <string.h>
#include <cstdlib>
#include <systemlib/err.h>
#include <systemlib/systemlib.h>
extern bool mc_pos_control_thread_running;
int mc_pos_control_daemon_task; /**< Handle of deamon task / thread */