start with type inference
[ccc.git] / sem / scc.h
diff --git a/scc.h b/sem/scc.h
similarity index 64%
rename from scc.h
rename to sem/scc.h
index 919e440..784ed30 100644 (file)
--- a/scc.h
+++ b/sem/scc.h
@@ -1,7 +1,7 @@
-#ifndef SCC_H
-#define SCC_H
+#ifndef SEM_SCC_H
+#define SEM_SCC_H
 
-#include "ast.h"
+#include "../ast.h"
 
 // Split up the AST in strongly connected components
 struct ast *ast_scc(struct ast *ast);