Added a kill_node() function to support the out edges
[libfirm] / ir / tr / type.c
index d63ec58..b3fde33 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/tr/type.c
- * Purpose:     Representation of types.
- * Author:      Goetz Lindenmaier
- * Modified by: Michael Beck
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 2001-2006 Universität Karlsruhe
- */
-
 /**
- *
- *  @file type.c
+ * @file    type.c
+ * @brief   Representation of types.
+ * @author  Goetz Lindenmaier, Michael Beck
+ * @version $Id$
+ * @summary
  *
  *  Implementation of the datastructure to hold
  *  type information.
  *
- *  (C) 2001-2006 by Universitaet Karlsruhe
- *  Goetz Lindenmaier, Michael Beck
- *
  *  This module supplies a datastructure to represent all types
  *  known in the compiled program.  This includes types specified
  *  in the program as well as types defined by the language.  In the
@@ -75,8 +64,6 @@
 #include "irprog_t.h"
 #include "ircons.h"
 #include "tpop_t.h"
-#include "typegmod.h"
-#include "mangle.h"
 #include "tv_t.h"
 #include "irhooks.h"
 #include "irtools.h"