Skip to content

Commit

Permalink
update includes to use non-entry point headers from detail subdir (#541)
Browse files Browse the repository at this point in the history
* update includes to use non-entry point headers from detail subdir

Signed-off-by: Dirk Thomas <[email protected]>

* use non-detail header

Signed-off-by: Dirk Thomas <[email protected]>
  • Loading branch information
dirk-thomas authored Apr 16, 2020
1 parent d1c8f4d commit d132648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/src/rclpy/_rclpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <rcl/remap.h>
#include <rcl/time.h>
#include <rcl/validate_topic_name.h>
#include <rcl_interfaces/msg/parameter_type__struct.h>
#include <rcl_interfaces/msg/parameter_type.h>
#include <rcl_yaml_param_parser/parser.h>
#include <rcutils/allocator.h>
#include <rcutils/format_string.h>
Expand Down

0 comments on commit d132648

Please sign in to comment.