Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler
[satune.git] / src / classlist.h
index 5cddf5846a35d53b71e7c6f0810697f5645551fe..69c710ef3f927232ac5275f5ffaede8a07d151be 100644 (file)
@@ -13,7 +13,7 @@
 #include "mymemory.h"
 #include <inttypes.h>
 #include "classes.h"
-#include "AST/astnode.h"
+#include "astnode.h"
 
 
 class BooleanOrder;
@@ -72,5 +72,4 @@ typedef struct IncrementalSolver IncrementalSolver;
 struct TableEntry;
 typedef struct TableEntry TableEntry;
 typedef int TunableParam;
-
 #endif