Skip to content
Snippets Groups Projects
Commit 283234ff authored by Fabian Reister's avatar Fabian Reister
Browse files

fix: "pragma once" should come first

parent 38a3eb2b
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt * @copyright http://www.gnu.org/licenses/gpl-2.0.txt
* GNU General Public License * GNU General Public License
*/ */
#pragma once
#include "PIDController.h" #include "PIDController.h"
#include "Trajectory.h" #include "Trajectory.h"
#pragma once
namespace armarx namespace armarx
{ {
......
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