Skip to content

Commit

Permalink
Merge pull request #1113 from acxz/pragma_once
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert authored Feb 20, 2022
2 parents bbf3134 + 026cfca commit 715a877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions gtsam_unstable/slam/AHRS.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Author: cbeall3
*/

#ifndef AHRS_H_
#define AHRS_H_
#pragma once

#include "Mechanization_bRn2.h"
#include <gtsam_unstable/dllexport.h>
Expand Down Expand Up @@ -82,4 +81,3 @@ class GTSAM_UNSTABLE_EXPORT AHRS {
};

} /* namespace gtsam */
#endif /* AHRS_H_ */
5 changes: 1 addition & 4 deletions wrap/pybind11/tests/object.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if !defined(__OBJECT_H)
#define __OBJECT_H
#pragma once

#include <atomic>
#include "constructor_stats.h"
Expand Down Expand Up @@ -171,5 +170,3 @@ template <typename T> class ref {
private:
T *m_ptr;
};

#endif /* __OBJECT_H */

0 comments on commit 715a877

Please sign in to comment.