Merge pull request #92 from ros2/typesupport_reloaded

update to use refactored typesupport
This commit is contained in:
Dirk Thomas 2016-12-08 14:00:37 -08:00 committed by GitHub
commit e93544861c
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ extern "C"
{
#endif
#include "rosidl_generator_c/message_type_support.h"
#include "rosidl_generator_c/message_type_support_struct.h"
#include "rcl/macros.h"
#include "rcl/node.h"

View file

@ -20,7 +20,7 @@ extern "C"
{
#endif
#include "rosidl_generator_c/message_type_support.h"
#include "rosidl_generator_c/message_type_support_struct.h"
#include "rcl/macros.h"
#include "rcl/node.h"