Skip to content
Snippets Groups Projects
Commit e0dc17f9 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Replace include guards with pragma once

parent e921167f
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,7 @@
#include <RobotAPI/interface/observers/KinematicUnitObserverInterface.ice>
#ifndef _ARMARX_ROBOTAPI_COMPONENTS_ROBOT_NAME_SERVICE_SLICE_
#define _ARMARX_ROBOTAPI_COMPONENTS_ROBOT_NAME_SERVICE_SLICE_
#pragma once
module armarx
{
......@@ -30,5 +29,3 @@ module armarx
{
};
};
#endif
......@@ -20,12 +20,11 @@
* GNU General Public License
*/
#pragma once
#include <RobotAPI/interface/core/Trajectory.ice>
#include <RobotAPI/interface/observers/KinematicUnitObserverInterface.ice>
#ifndef _ARMARX_ROBOTAPI_SUBUNITS_TRAJECTORYCONTROLLER_SLICE_
#define _ARMARX_ROBOTAPI_SUBUNITS_TRAJECTORYCONTROLLER_SLICE_
module armarx
{
interface TrajectoryPlayerInterface extends KinematicUnitListener
......@@ -53,5 +52,3 @@ module armarx
void considerConstraints(bool consider);
};
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment