De-duplicate struct PrimOp forward declaration

This commit is contained in:
Peter Kolloch 2019-11-10 10:02:22 +01:00 committed by GitHub
parent d1db7fa952
commit 2ba9f22715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ struct Env;
struct Expr;
struct ExprLambda;
struct PrimOp;
struct PrimOp;
class Symbol;
struct Pos;
class EvalState;