header
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 21 Aug 2003 13:35:24 +0000 (13:35 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 21 Aug 2003 13:35:24 +0000 (13:35 +0000)
[r1745]

ir/tr/type.h

index 3b3b33a..268784a 100644 (file)
@@ -1,22 +1,19 @@
-/*
- * Project:     libFIRM
- * File name:   ir/tr/type.h
- * Purpose:     Representation of types.
- * Author:      Goetz Lindenmaier
- * Modified by:
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 2001-2003 Universität Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- */
-
 /**
  *
- *  @file type.h
+ * @file type.h
  *
- *  Datastructure to hold type information.
+ * Project:     libFIRM                                                   <br>
+ * File name:   ir/tr/type.h                                              <br>
+ * Purpose:     Representation of types.                                  <br>
+ * Author:      Goetz Lindenmaier                                         <br>
+ * Modified by:                                                           <br>
+ * Created:                                                               <br>
+ * Copyright:   (c) 2001-2003 Universität Karlsruhe                       <br>
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE. <br>
+ * CVS-ID:      $Id$
  *
- *  @author Goetz Lindenmaier
+ *
+ *  Datastructure to hold type information.
  *
  *  This module supplies a datastructure to represent all types
  *  known in the compiled program.  This includes types specified
 # ifndef _TYPE_H_
 # define _TYPE_H_
 
+# include <stdbool.h>
+
 # include "tpop.h"
 # include "firm_common.h"
 # include "ident.h"
 # include "irmode.h"
-# include <stdbool.h>
 # include "dbginfo.h"