Removed now unneeded declarations.
This commit is contained in:
parent
f57a257b4e
commit
584e631cc0
@ -1,9 +1,7 @@
|
|||||||
#ifndef __ANTHEM__AST_FORWARD_H
|
#ifndef __ANTHEM__AST_FORWARD_H
|
||||||
#define __ANTHEM__AST_FORWARD_H
|
#define __ANTHEM__AST_FORWARD_H
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
#include <experimental/optional>
|
#include <experimental/optional>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include <clingo.hh>
|
#include <clingo.hh>
|
||||||
|
|
||||||
@ -41,26 +39,6 @@ struct SpecialInteger;
|
|||||||
struct String;
|
struct String;
|
||||||
struct Variable;
|
struct Variable;
|
||||||
|
|
||||||
using AndPointer = std::unique_ptr<And>;
|
|
||||||
using BinaryOperationPointer = std::unique_ptr<BinaryOperation>;
|
|
||||||
using BiconditionalPointer = std::unique_ptr<Biconditional>;
|
|
||||||
using BooleanPointer = std::unique_ptr<Boolean>;
|
|
||||||
using ComparisonPointer = std::unique_ptr<Comparison>;
|
|
||||||
using ConstantPointer = std::unique_ptr<Constant>;
|
|
||||||
using ExistsPointer = std::unique_ptr<Exists>;
|
|
||||||
using ForAllPointer = std::unique_ptr<ForAll>;
|
|
||||||
using FunctionPointer = std::unique_ptr<Function>;
|
|
||||||
using ImpliesPointer = std::unique_ptr<Implies>;
|
|
||||||
using InPointer = std::unique_ptr<In>;
|
|
||||||
using IntegerPointer = std::unique_ptr<Integer>;
|
|
||||||
using IntervalPointer = std::unique_ptr<Interval>;
|
|
||||||
using NotPointer = std::unique_ptr<Not>;
|
|
||||||
using OrPointer = std::unique_ptr<Or>;
|
|
||||||
using PredicatePointer = std::unique_ptr<Predicate>;
|
|
||||||
using SpecialIntegerPointer = std::unique_ptr<SpecialInteger>;
|
|
||||||
using StringPointer = std::unique_ptr<String>;
|
|
||||||
using VariablePointer = std::unique_ptr<Variable>;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Variants
|
// Variants
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user