replace ifndefs with pragma once
parent
bbf3134ba4
commit
026cfca0d9
|
@ -5,8 +5,7 @@
|
||||||
* Author: cbeall3
|
* Author: cbeall3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AHRS_H_
|
#pragma once
|
||||||
#define AHRS_H_
|
|
||||||
|
|
||||||
#include "Mechanization_bRn2.h"
|
#include "Mechanization_bRn2.h"
|
||||||
#include <gtsam_unstable/dllexport.h>
|
#include <gtsam_unstable/dllexport.h>
|
||||||
|
@ -82,4 +81,3 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
} /* namespace gtsam */
|
} /* namespace gtsam */
|
||||||
#endif /* AHRS_H_ */
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#if !defined(__OBJECT_H)
|
#pragma once
|
||||||
#define __OBJECT_H
|
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include "constructor_stats.h"
|
#include "constructor_stats.h"
|
||||||
|
@ -171,5 +170,3 @@ public:
|
||||||
private:
|
private:
|
||||||
T *m_ptr;
|
T *m_ptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __OBJECT_H */
|
|
||||||
|
|
Loading…
Reference in New Issue