We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce021b commit f8072f2Copy full SHA for f8072f2
rclcpp/include/rclcpp/any_subscription_callback.hpp
@@ -20,7 +20,7 @@
20
#include <stdexcept>
21
#include <type_traits>
22
#include <utility>
23
-#include <variant> // NOLINT[build/include_order]
+#include <variant>
24
25
#include "rosidl_runtime_cpp/traits.hpp"
26
#include "tracetools/tracetools.h"
rclcpp/include/rclcpp/client.hpp
@@ -20,13 +20,13 @@
#include <future>
#include <memory>
#include <mutex>
-#include <optional> // NOLINT, cpplint doesn't think this is a cpp std header
+#include <optional>
#include <sstream>
#include <string>
#include <tuple>
27
#include <unordered_map>
28
29
-#include <variant> // NOLINT
30
#include <vector>
31
32
#include "rcl/client.h"
0 commit comments