Improve header guards (again)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H
|
||||
#define PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H
|
||||
#ifndef YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_
|
||||
#define YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_
|
||||
|
||||
#include "ParfactorList.h"
|
||||
|
||||
@@ -25,5 +25,5 @@ class LiftedOperations
|
||||
DISALLOW_COPY_AND_ASSIGN (LiftedOperations);
|
||||
};
|
||||
|
||||
#endif // PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_
|
||||
|
||||
|
Reference in New Issue
Block a user