backout changes
[satune.git] / src / classlist.h
index 2c9a00048c8b0bc2d61a52c1dc1470e9653cd6f7..69c710ef3f927232ac5275f5ffaede8a07d151be 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef CLASSLIST_H
 #define CLASSLIST_H
 
+#include "mymemory.h"
 #include <inttypes.h>
 #include "classes.h"
 #include "astnode.h"
@@ -66,14 +67,9 @@ class EncodingGraph;
 class EncodingNode;
 class EncodingEdge;
 
-class ElementEncoding;
-class FunctionEncoding;
-
 struct IncrementalSolver;
 typedef struct IncrementalSolver IncrementalSolver;
 struct TableEntry;
 typedef struct TableEntry TableEntry;
 typedef int TunableParam;
-struct Edge;
-typedef struct Edge Edge;
 #endif