Made include guards plasp-specific to avoid potential naming conflicts.
This commit is contained in:
parent
324c91a9aa
commit
c6676e5a07
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__ASSIGNED_VARIABLE_H
|
||||
#define __SAS__ASSIGNED_VARIABLE_H
|
||||
#ifndef __PLASP__SAS__ASSIGNED_VARIABLE_H
|
||||
#define __PLASP__SAS__ASSIGNED_VARIABLE_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <vector>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__AXIOM_RULE_H
|
||||
#define __SAS__AXIOM_RULE_H
|
||||
#ifndef __PLASP__SAS__AXIOM_RULE_H
|
||||
#define __PLASP__SAS__AXIOM_RULE_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__DEBUGGING_H
|
||||
#define __SAS__DEBUGGING_H
|
||||
#ifndef __PLASP__SAS__DEBUGGING_H
|
||||
#define __PLASP__SAS__DEBUGGING_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__DESCRIPTION_H
|
||||
#define __SAS__DESCRIPTION_H
|
||||
#ifndef __PLASP__SAS__DESCRIPTION_H
|
||||
#define __PLASP__SAS__DESCRIPTION_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <memory>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__EFFECT_H
|
||||
#define __SAS__EFFECT_H
|
||||
#ifndef __PLASP__SAS__EFFECT_H
|
||||
#define __PLASP__SAS__EFFECT_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__GOAL_H
|
||||
#define __SAS__GOAL_H
|
||||
#ifndef __PLASP__SAS__GOAL_H
|
||||
#define __PLASP__SAS__GOAL_H
|
||||
|
||||
#include <plasp/sas/AssignedVariable.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__INITIAL_STATE_H
|
||||
#define __SAS__INITIAL_STATE_H
|
||||
#ifndef __PLASP__SAS__INITIAL_STATE_H
|
||||
#define __PLASP__SAS__INITIAL_STATE_H
|
||||
|
||||
#include <plasp/sas/AssignedVariable.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__MUTEX_GROUP_H
|
||||
#define __SAS__MUTEX_GROUP_H
|
||||
#ifndef __PLASP__SAS__MUTEX_GROUP_H
|
||||
#define __PLASP__SAS__MUTEX_GROUP_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__OPERATOR_H
|
||||
#define __SAS__OPERATOR_H
|
||||
#ifndef __PLASP__SAS__OPERATOR_H
|
||||
#define __PLASP__SAS__OPERATOR_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__PREDICATE_H
|
||||
#define __SAS__PREDICATE_H
|
||||
#ifndef __PLASP__SAS__PREDICATE_H
|
||||
#define __PLASP__SAS__PREDICATE_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__TRANSLATOR_ASP_H
|
||||
#define __SAS__TRANSLATOR_ASP_H
|
||||
#ifndef __PLASP__SAS__TRANSLATOR_ASP_H
|
||||
#define __PLASP__SAS__TRANSLATOR_ASP_H
|
||||
|
||||
#include <plasp/sas/Description.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__TRANSLATOR_EXCEPTION_H
|
||||
#define __SAS__TRANSLATOR_EXCEPTION_H
|
||||
#ifndef __PLASP__SAS__TRANSLATOR_EXCEPTION_H
|
||||
#define __PLASP__SAS__TRANSLATOR_EXCEPTION_H
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__VALUE_H
|
||||
#define __SAS__VALUE_H
|
||||
#ifndef __PLASP__SAS__VALUE_H
|
||||
#define __PLASP__SAS__VALUE_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__VARIABLE_H
|
||||
#define __SAS__VARIABLE_H
|
||||
#ifndef __PLASP__SAS__VARIABLE_H
|
||||
#define __PLASP__SAS__VARIABLE_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __SAS__VARIABLE_TRANSITION_H
|
||||
#define __SAS__VARIABLE_TRANSITION_H
|
||||
#ifndef __PLASP__SAS__VARIABLE_TRANSITION_H
|
||||
#define __PLASP__SAS__VARIABLE_TRANSITION_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __UTILS__PARSER_EXCEPTION_H
|
||||
#define __UTILS__PARSER_EXCEPTION_H
|
||||
#ifndef __PLASP__UTILS__PARSER_EXCEPTION_H
|
||||
#define __PLASP__UTILS__PARSER_EXCEPTION_H
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __UTILS__PARSING_H
|
||||
#define __UTILS__PARSING_H
|
||||
#ifndef __PLASP__UTILS__PARSING_H
|
||||
#define __PLASP__UTILS__PARSING_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
|
Reference in New Issue
Block a user