Made include guards consistent.
This commit is contained in:
parent
2797b58646
commit
30b4a1f614
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__AND_H
|
||||
#define __PLASP__PDDL__EXPRESSION__AND_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__AND_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__AND_H
|
||||
|
||||
#include <plasp/pddl/expressions/NAry.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__CONSTANT_H
|
||||
#define __PLASP__PDDL__EXPRESSION__CONSTANT_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__CONSTANT_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__CONSTANT_H
|
||||
|
||||
#include <plasp/pddl/Expression.h>
|
||||
#include <plasp/pddl/Identifier.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__EITHER_H
|
||||
#define __PLASP__PDDL__EXPRESSION__EITHER_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__EITHER_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__EITHER_H
|
||||
|
||||
#include <plasp/pddl/expressions/NAry.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__N_ARY_H
|
||||
#define __PLASP__PDDL__EXPRESSION__N_ARY_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
||||
|
||||
#include <plasp/pddl/ConsistencyException.h>
|
||||
#include <plasp/pddl/Context.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__NOT_H
|
||||
#define __PLASP__PDDL__EXPRESSION__NOT_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__NOT_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__NOT_H
|
||||
|
||||
#include <plasp/pddl/Context.h>
|
||||
#include <plasp/pddl/Expression.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__OR_H
|
||||
#define __PLASP__PDDL__EXPRESSION__OR_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__OR_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__OR_H
|
||||
|
||||
#include <plasp/pddl/expressions/NAry.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__PREDICATE_H
|
||||
#define __PLASP__PDDL__EXPRESSION__PREDICATE_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__PREDICATE_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__PREDICATE_H
|
||||
|
||||
#include <plasp/pddl/Expression.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__PREDICATE_DECLARATION_H
|
||||
#define __PLASP__PDDL__EXPRESSION__PREDICATE_DECLARATION_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__PREDICATE_DECLARATION_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__PREDICATE_DECLARATION_H
|
||||
|
||||
#include <plasp/pddl/Expression.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__PRIMITIVE_TYPE_H
|
||||
#define __PLASP__PDDL__EXPRESSION__PRIMITIVE_TYPE_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
||||
|
||||
#include <plasp/pddl/ConsistencyException.h>
|
||||
#include <plasp/pddl/Expression.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__REFERENCE_H
|
||||
#define __PLASP__PDDL__EXPRESSION__REFERENCE_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__REFERENCE_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__REFERENCE_H
|
||||
|
||||
#include <plasp/pddl/Expression.h>
|
||||
#include <plasp/pddl/ExpressionVisitor.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __PLASP__PDDL__EXPRESSION__VARIABLE_H
|
||||
#define __PLASP__PDDL__EXPRESSION__VARIABLE_H
|
||||
#ifndef __PLASP__PDDL__EXPRESSIONS__VARIABLE_H
|
||||
#define __PLASP__PDDL__EXPRESSIONS__VARIABLE_H
|
||||
|
||||
#include <plasp/pddl/Expression.h>
|
||||
|
||||
|
Reference in New Issue
Block a user