Improve Header guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef HORUS_GROUNDSOLVER_H
|
||||
#define HORUS_GROUNDSOLVER_H
|
||||
#ifndef PACKAGES_CLPBN_HORUS_GROUNDSOLVER_H
|
||||
#define PACKAGES_CLPBN_HORUS_GROUNDSOLVER_H
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
@@ -34,5 +34,5 @@ class GroundSolver
|
||||
DISALLOW_COPY_AND_ASSIGN (GroundSolver);
|
||||
};
|
||||
|
||||
#endif // HORUS_GROUNDSOLVER_H
|
||||
#endif // PACKAGES_CLPBN_HORUS_GROUNDSOLVER_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user