Skip to content

Commit 513bb1f

Browse files
authored
Adjust for removing all redundant headers from include/fastrtps (#133)
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent f220474 commit 513bb1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/eprosimashapesdemo/shapesdemo/ShapeInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
#include <QString>
3030
#include <sstream>
3131

32-
#include <fastrtps/rtps/common/Guid.h>
33-
#include <fastrtps/rtps/common/InstanceHandle.h>
34-
#include <fastrtps/rtps/common/Time_t.h>
32+
#include <fastdds/rtps/common/Guid.h>
33+
#include <fastdds/rtps/common/InstanceHandle.h>
34+
#include <fastdds/rtps/common/Time_t.h>
3535

3636
#include "eprosimashapesdemo/shapesdemo/ShapeDefinitions.h"
3737
#include "types/ShapePubSubTypes.h"

0 commit comments

Comments
 (0)