Fixing more bugs regarding generating constraint variables ...
[satune.git] / src / classlist.h
index c5eca510e16fe8afd575244169685cbcfad4e47e..c02268df29bebbe49d56cfca2fb272b297bc7321 100644 (file)
@@ -70,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;
 
@@ -82,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