fixed the fix of the fix (that was fix)
[libfirm] / ir / tr / tpop_t.h
index 57498ca..29e7ae6 100644 (file)
 #include <stdlib.h>
 
 #include "firm_types.h"
-#include "tpop.h"
+#include "typerep.h"
 #include "irmode.h"
 
-/**
- * @file tpop_t.h
- *
- * This file contains the datatypes hidden in tpop.h.
- *
- * @author Goetz Lindenmaier
- * @see  tpop.h
- */
-
 /** A function called to free attributes of a type. */
 typedef void (*free_attrs_func)(ir_type *tp);