From c458690d7026ba2bd3c4cad589374ea7b5d01325 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergi=20Hern=C3=A0ndez=20Juan?= <shernand@iri.upc.edu>
Date: Tue, 21 Jul 2015 10:37:09 +0000
Subject: [PATCH] Removed and old include for the motion sequences that do not
 exist anymore.

---
 src/dynamixel_motor_group.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dynamixel_motor_group.cpp b/src/dynamixel_motor_group.cpp
index 9fd22e2..e5096b0 100644
--- a/src/dynamixel_motor_group.cpp
+++ b/src/dynamixel_motor_group.cpp
@@ -15,7 +15,6 @@
 #ifdef _HAVE_XSD
 #include "xml/dynamixel_motor_cfg_file.hxx"
 #include "xml/dynamixel_motor_group_cfg_file.hxx"
-#include "xml/dyn_motion_seq_file.hxx"
 #endif
 
 CDynamixelMotorGroup::CDynamixelMotorGroup(std::string &group_id)
-- 
GitLab