aboutsummaryrefslogtreecommitdiff
path: root/src/examples/publisher
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-23 18:30:02 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-23 18:30:02 +0100
commit4c3a24ddeeee4187a527a1d750b406b96232f66b (patch)
tree0558e08e8e1bcfbd4757ccd4e555c4a1fdf139d8 /src/examples/publisher
parent67a35eb0b509b2394f82773c460a6492471efd37 (diff)
downloadpx4-firmware-4c3a24ddeeee4187a527a1d750b406b96232f66b.tar.gz
px4-firmware-4c3a24ddeeee4187a527a1d750b406b96232f66b.tar.bz2
px4-firmware-4c3a24ddeeee4187a527a1d750b406b96232f66b.zip
tiny cleanup
Diffstat (limited to 'src/examples/publisher')
-rw-r--r--src/examples/publisher/publisher_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/publisher/publisher_main.cpp b/src/examples/publisher/publisher_main.cpp
index 85d24d4ef..11439acff 100644
--- a/src/examples/publisher/publisher_main.cpp
+++ b/src/examples/publisher/publisher_main.cpp
@@ -37,8 +37,6 @@
*
* @author Thomas Gubler <thomasgubler@gmail.com>
*/
-#include <string.h>
-#include <cstdlib>
#include "publisher_example.h"
bool thread_running = false; /**< Deamon status flag */