Skip to content

Commit

Permalink
Delete unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Mar 13, 2020
1 parent 2f41aca commit 7bd822e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rcl/src/rcl/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ extern "C"
#include "rcutils/strdup.h"

#include "rmw/error_handling.h"
#include "rmw/security.h"

#include "tracetools/tracetools.h"

Expand Down
1 change: 0 additions & 1 deletion rcl/src/rcl/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ extern "C"
#include "rmw/error_handling.h"
#include "rmw/security_options.h"
#include "rmw/rmw.h"
#include "rmw/security.h"
#include "rmw/validate_namespace.h"
#include "rmw/validate_node_name.h"
#include "tracetools/tracetools.h"
Expand Down
1 change: 0 additions & 1 deletion rcl/src/rcl/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "rcutils/get_env.h"
#include "rcutils/strdup.h"

#include "rmw/security.h"
#include "rmw/security_options.h"

rcl_ret_t
Expand Down
1 change: 0 additions & 1 deletion rcl/test/rcl/test_security.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "rcutils/filesystem.h"

#include "rmw/error_handling.h"
#include "rmw/security.h"

#include "osrf_testing_tools_cpp/scope_exit.hpp"

Expand Down

0 comments on commit 7bd822e

Please sign in to comment.