Skip to content

Commit

Permalink
Update includes after rcutils/get_env.h deprecation (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard authored May 4, 2021
1 parent cafee72 commit b6f0ef2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rcl/src/rcl/domain_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <errno.h>
#include <limits.h>

#include "rcutils/get_env.h"
#include "rcutils/env.h"

#include "rcl/error_handling.h"
#include "rcl/types.h"
Expand Down
2 changes: 1 addition & 1 deletion rcl/src/rcl/localhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <stdlib.h>
#include <string.h>

#include "rcutils/get_env.h"
#include "rcutils/env.h"

#include "rcl/error_handling.h"
#include "rcl/types.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 @@ -37,7 +37,6 @@ extern "C"
#include "rcutils/filesystem.h"
#include "rcutils/find.h"
#include "rcutils/format_string.h"
#include "rcutils/get_env.h"
#include "rcutils/logging_macros.h"
#include "rcutils/macros.h"
#include "rcutils/repl_str.h"
Expand Down
2 changes: 1 addition & 1 deletion rcl/src/rcl/rmw_implementation_identifier_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C"

#include "rcl/allocator.h"
#include "rcl/error_handling.h"
#include "rcutils/get_env.h"
#include "rcutils/env.h"
#include "rcutils/logging_macros.h"
#include "rcutils/strdup.h"
#include "rmw/rmw.h"
Expand Down
4 changes: 2 additions & 2 deletions rcl/src/rcl/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

#include "rcl/error_handling.h"

#include "rcutils/logging_macros.h"
#include "rcutils/env.h"
#include "rcutils/filesystem.h"
#include "rcutils/get_env.h"
#include "rcutils/logging_macros.h"
#include "rcutils/strdup.h"

#include "rmw/security_options.h"
Expand Down
2 changes: 1 addition & 1 deletion rcl/test/rcl/test_security.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include "rcl/security.h"
#include "rcl/error_handling.h"

#include "rcutils/env.h"
#include "rcutils/filesystem.h"
#include "rcutils/get_env.h"

#include "rmw/error_handling.h"
#include "rmw/rmw.h"
Expand Down

0 comments on commit b6f0ef2

Please sign in to comment.