Index: src/CodeGen/GenType.h
===================================================================
--- src/CodeGen/GenType.h	(revision 83fd57dbde2b629bbcc22cdd6694eccab69dd48e)
+++ src/CodeGen/GenType.h	(revision e2742649f198d93ebad013b7569f410bdb41258c)
@@ -20,5 +20,4 @@
 #include "CodeGen/Options.h" // for Options
 
-class Type;
 namespace ast {
 	class Type;
@@ -26,7 +25,4 @@
 
 namespace CodeGen {
-	std::string genType( Type *type, const std::string &baseString, const Options &options );
-	std::string genType( Type *type, const std::string &baseString, bool pretty = false, bool genC = false, bool lineMarks = false );
-	std::string genPrettyType( Type * type, const std::string & baseString );
 
 std::string genType( ast::Type const * type, const std::string & base, const Options & options );
