Merge branch 'master' into brian
[satune.git] / src / classlist.h
index c07a428fcd48a6a1b5091f9ba99d11454726c08c..4f44aff688db2bfe1578482b5f327dd647837721 100644 (file)
@@ -21,15 +21,14 @@ typedef struct CSolver CSolver;
 struct SATEncoder;
 typedef struct SATEncoder SATEncoder;
 
-
-struct Constraint;
-typedef struct Constraint Constraint;
-
 typedef struct BooleanOrder BooleanOrder;
 typedef struct BooleanVar BooleanVar;
 typedef struct BooleanLogic BooleanLogic;
 typedef struct BooleanPredicate BooleanPredicate;
 
+struct ASTNode;
+typedef struct ASTNode ASTNode;
+
 struct Boolean;
 typedef struct Boolean Boolean;
 
@@ -67,6 +66,9 @@ typedef struct Table Table;
 struct Order;
 typedef struct Order Order;
 
+struct OrderPair;
+typedef struct OrderPair OrderPair;
+
 struct ElementEncoding;
 typedef struct ElementEncoding ElementEncoding;
 
@@ -79,9 +81,6 @@ typedef struct OrderEncoding OrderEncoding;
 struct TableEntry;
 typedef struct TableEntry TableEntry;
 
-struct Struct;
-typedef struct Struct Struct;
-
 typedef unsigned int uint;
 typedef uint64_t VarType;
 #endif