removed unused header
[libfirm] / ir / tr / type.h
index 916006c..1ca784b 100644 (file)
@@ -1,17 +1,28 @@
 /*
- * Project:     libFIRM
- * File name:   ir/tr/type.h
- * Purpose:     Representation of types.
- * Author:      Goetz Lindenmaier
- * Modified by: Michael Beck
- * Created:
- * Copyright:   (c) 2001-2006 Universität Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- * CVS-ID:      $Id$
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
  */
 
 /**
- * @file type.h
+ * @file    type.h
+ * @brief   Representation of types.
+ * @author  Goetz Lindenmaier, Michael Beck
+ * @version $Id$
+ * @summary
  *
  *  Datastructure to hold type information.
  *
@@ -32,8 +43,8 @@
  *
  *  @see  tpop.h
  */
-#ifndef _FIRM_TR_TYPE_H_
-#define _FIRM_TR_TYPE_H_
+#ifndef FIRM_TR_TYPE_H
+#define FIRM_TR_TYPE_H
 
 #include "firm_types.h"
 #include "tpop.h"
@@ -1226,7 +1237,7 @@ extern ir_type *firm_none_type;
 ir_type *get_none_type(void);
 
 /**
- * @page unknown_type
+ * @page unknown_type  The Unknown type
  *
  *  This type is an auxiliary type dedicated to support type analyses.
  *
@@ -1354,4 +1365,4 @@ ir_entity *frame_alloc_area(ir_type *frame_type, int size, int alignment, int at
  */
 long get_type_nr(const ir_type *tp);
 
-#endif /* _FIRM_TR_TYPE_H_ */
+#endif /* FIRM_TR_TYPE_H */