remove fprintf, use logging macros (#152)
* remove fprintf, use logging macros * consistent includes
This commit is contained in:
parent
2d961fb501
commit
5cdef527de
13 changed files with 53 additions and 46 deletions
|
@ -15,7 +15,8 @@
|
|||
#ifndef RCL_LIFECYCLE__DATA_TYPES_H_
|
||||
#define RCL_LIFECYCLE__DATA_TYPES_H_
|
||||
|
||||
#include <rcl/rcl.h>
|
||||
#include "rcl/rcl.h"
|
||||
|
||||
#include "rcl_lifecycle/visibility_control.h"
|
||||
|
||||
#if __cplusplus
|
||||
|
|
|
@ -22,8 +22,8 @@ extern "C"
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <rcl_lifecycle/visibility_control.h>
|
||||
#include <rcl_lifecycle/data_types.h>
|
||||
#include "rcl_lifecycle/data_types.h"
|
||||
#include "rcl_lifecycle/visibility_control.h"
|
||||
|
||||
RCL_LIFECYCLE_PUBLIC
|
||||
rcl_lifecycle_state_machine_t
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
#ifndef RCL_LIFECYCLE__TRANSITION_MAP_H_
|
||||
#define RCL_LIFECYCLE__TRANSITION_MAP_H_
|
||||
|
||||
#include <rcl/macros.h>
|
||||
#include <rcl_lifecycle/data_types.h>
|
||||
#include "rcl/macros.h"
|
||||
|
||||
#include "rcl_lifecycle/data_types.h"
|
||||
|
||||
#if __cplusplus
|
||||
extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue