Fixing more bugs regarding generating constraint variables ...
[satune.git] / src / classlist.h
index c07a428fcd48a6a1b5091f9ba99d11454726c08c..c02268df29bebbe49d56cfca2fb272b297bc7321 100644 (file)
@@ -30,6 +30,9 @@ 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 +70,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 +85,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