forked from lix-project/lix
Merge pull request #3218 from kolloch/patch-1
De-duplicate struct PrimOp forward declaration
This commit is contained in:
commit
1f174226d1
|
@ -35,7 +35,6 @@ struct Env;
|
|||
struct Expr;
|
||||
struct ExprLambda;
|
||||
struct PrimOp;
|
||||
struct PrimOp;
|
||||
class Symbol;
|
||||
struct Pos;
|
||||
class EvalState;
|
||||
|
|
Loading…
Reference in a new issue