aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-02-01 12:25:55 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-02-01 12:25:55 +0100
commit2979d146422908e108cecfe37094c191521810ed (patch)
tree2a71923d8ab14b071fc63269db12bef909d10eb9
parent0dc511a76b873ceba8cf0677dcd54cd0c566cb3b (diff)
downloadpx4-firmware-2979d146422908e108cecfe37094c191521810ed.tar.gz
px4-firmware-2979d146422908e108cecfe37094c191521810ed.tar.bz2
px4-firmware-2979d146422908e108cecfe37094c191521810ed.zip
remove unneeded include
-rw-r--r--src/include/containers/List.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/containers/List.hpp b/src/include/containers/List.hpp
index 5c0ba59fd..13cbda938 100644
--- a/src/include/containers/List.hpp
+++ b/src/include/containers/List.hpp
@@ -38,7 +38,6 @@
*/
#pragma once
-#include <cstddef>
template<class T>
class __EXPORT ListNode