[openrtm-commit:02230] r2843 - in branches/DEV_IQ_2016/OpenRTM-aist/src/lib: coil/ace/coil rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 16日 (月) 19:18:56 JST
Author: sec_fukai
Date: 2017-01-16 19:18:56 +0900 (Mon, 16 Jan 2017)
New Revision: 2843
Modified:
branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/ace/coil/Time.h
branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/PublisherPeriodic.cpp
Log:
[compat,->DEV_IQ_2016]Delete duplicate include. refs #3807
Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/ace/coil/Time.h
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/ace/coil/Time.h 2017-01-16 07:49:32 UTC (rev 2842)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/ace/coil/Time.h 2017-01-16 10:18:56 UTC (rev 2843)
@@ -32,7 +32,6 @@
#pragma warning( default : 4244 )
#pragma warning( default : 4312 )
#endif
-#include <coil/TimeValue.h>
namespace coil
{
Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/PublisherPeriodic.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/PublisherPeriodic.cpp 2017-01-16 07:49:32 UTC (rev 2842)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/PublisherPeriodic.cpp 2017-01-16 10:18:56 UTC (rev 2843)
@@ -22,7 +22,6 @@
#include <coil/stringutil.h>
#include <rtm/PublisherPeriodic.h>
#include <rtm/InPortConsumer.h>
-#include <rtm/RTC.h>
#include <stdlib.h>
#include <rtm/idl/DataPortSkel.h>
#include <rtm/PeriodicTaskFactory.h>
More information about the openrtm-commit
mailing list