Removed unnecessary includes.
This commit is contained in:
parent
0c5936ad38
commit
6f3769f364
@ -1,10 +1,8 @@
|
|||||||
#ifndef __PLASP__PDDL__EXPRESSIONS__BINARY_H
|
#ifndef __PLASP__PDDL__EXPRESSIONS__BINARY_H
|
||||||
#define __PLASP__PDDL__EXPRESSIONS__BINARY_H
|
#define __PLASP__PDDL__EXPRESSIONS__BINARY_H
|
||||||
|
|
||||||
#include <plasp/pddl/ConsistencyException.h>
|
|
||||||
#include <plasp/pddl/Context.h>
|
#include <plasp/pddl/Context.h>
|
||||||
#include <plasp/pddl/Expression.h>
|
#include <plasp/pddl/Expression.h>
|
||||||
#include <plasp/pddl/expressions/Variable.h>
|
|
||||||
|
|
||||||
namespace plasp
|
namespace plasp
|
||||||
{
|
{
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
#ifndef __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
#ifndef __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
||||||
#define __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
#define __PLASP__PDDL__EXPRESSIONS__N_ARY_H
|
||||||
|
|
||||||
#include <plasp/pddl/ConsistencyException.h>
|
|
||||||
#include <plasp/pddl/Context.h>
|
#include <plasp/pddl/Context.h>
|
||||||
#include <plasp/pddl/Expression.h>
|
#include <plasp/pddl/Expression.h>
|
||||||
#include <plasp/pddl/expressions/Variable.h>
|
|
||||||
|
|
||||||
namespace plasp
|
namespace plasp
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
#ifndef __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
||||||
#define __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
#define __PLASP__PDDL__EXPRESSIONS__PRIMITIVE_TYPE_H
|
||||||
|
|
||||||
#include <plasp/pddl/ConsistencyException.h>
|
|
||||||
#include <plasp/pddl/Expression.h>
|
#include <plasp/pddl/Expression.h>
|
||||||
#include <plasp/utils/ParserException.h>
|
#include <plasp/utils/ParserException.h>
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
|
#include <plasp/pddl/ConsistencyException.h>
|
||||||
#include <plasp/pddl/IO.h>
|
#include <plasp/pddl/IO.h>
|
||||||
#include <plasp/utils/ParserException.h>
|
#include <plasp/utils/ParserException.h>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#include <plasp/pddl/ConsistencyException.h>
|
||||||
#include <plasp/pddl/Domain.h>
|
#include <plasp/pddl/Domain.h>
|
||||||
#include <plasp/pddl/ExpressionContext.h>
|
#include <plasp/pddl/ExpressionContext.h>
|
||||||
#include <plasp/pddl/IO.h>
|
#include <plasp/pddl/IO.h>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
#include <plasp/pddl/ConsistencyException.h>
|
||||||
#include <plasp/pddl/Description.h>
|
#include <plasp/pddl/Description.h>
|
||||||
#include <plasp/pddl/expressions/And.h>
|
#include <plasp/pddl/expressions/And.h>
|
||||||
#include <plasp/pddl/expressions/Either.h>
|
#include <plasp/pddl/expressions/Either.h>
|
||||||
|
Reference in New Issue
Block a user