Skip to content

Commit

Permalink
Merge pull request #101 from MIT-SPARK/fix/pragmas
Browse files Browse the repository at this point in the history
Remove pragma once in .cpp files
  • Loading branch information
ToniRV authored Aug 27, 2020
2 parents ea63cad + 100b21c commit afeb7ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/RosDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* images at any rate (frame rate, keyframe rate,...).
* @author Antoni Rosinol
*/
#pragma once

#include "kimera_vio_ros/RosDisplay.h"

#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/RosVisualizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* images at any rate (frame rate, keyframe rate,...).
* @author Antoni Rosinol
*/
#pragma once

#include "kimera_vio_ros/RosVisualizer.h"

#include <string>
Expand Down

0 comments on commit afeb7ec

Please sign in to comment.