stage3/stage3.hh
changeset 417 d48f53715f77
parent 279 c0453b7f99df
child 443 ff4d26b7e51d
--- a/stage3/stage3.hh	Wed Feb 01 13:01:08 2012 +0000
+++ b/stage3/stage3.hh	Wed Feb 01 19:49:11 2012 +0000
@@ -31,19 +31,7 @@
  */
 
 
-// #include <stdio.h>  /* required for NULL */
-#include <string>
-#include <iostream>
-#include <sstream>
-#include <typeinfo>
-#include <list>
-#include <strings.h>
-
 #include "../util/symtable.hh"
-#include "../util/dsymtable.hh"
-#include "../absyntax/visitor.hh"
-
-#include "visit_expression_type.hh"
 
 
 int stage3(symbol_c *tree_root);