Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b9413ca5
Commit
b9413ca5
authored
May 19, 2006
by
Michael Beck
Browse files
removed unused includes
[r7769]
parent
5e7e30ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.h
View file @
b9413ca5
...
...
@@ -32,16 +32,13 @@
* @see tpop.h
*/
#
ifndef _TYPE_H_
#
define _TYPE_H_
#ifndef
_FIRM_TR
_TYPE_H_
#define
_FIRM_TR
_TYPE_H_
# include "firm_types.h"
# include "tpop.h"
# include "firm_common.h"
# include "ident.h"
# include "irmode.h"
# include "dbginfo.h"
# include "tr_inheritance.h"
#include
"firm_types.h"
#include
"tpop.h"
#include
"firm_common.h"
#include
"dbginfo.h"
/**
* An abstract data type to represent types.
...
...
@@ -1279,5 +1276,4 @@ entity *frame_alloc_area(type *frame_type, int size, int alignment, int at_start
*/
long
get_type_nr
(
const
ir_type
*
tp
);
# endif
/* _TYPE_H_ */
#endif
/* _FIRM_TR_TYPE_H_ */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment