Improve Header guards

This commit is contained in:
Tiago Gomes
2013-02-06 22:58:42 +00:00
parent 80452bf75d
commit 7b60e88545
27 changed files with 80 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
#ifndef HORUS_LIFTEDOPERATIONS_H
#define HORUS_LIFTEDOPERATIONS_H
#ifndef PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H
#define PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H
#include "ParfactorList.h"
@@ -25,5 +25,5 @@ class LiftedOperations
DISALLOW_COPY_AND_ASSIGN (LiftedOperations);
};
#endif // HORUS_LIFTEDOPERATIONS_H
#endif // PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H