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
4f4e8400
Commit
4f4e8400
authored
Nov 24, 2012
by
Christoph Mallon
Browse files
cleanup: Remove unnecesary #include from bearch.h.
parent
cc5160cc
Changes
12
Show whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_emitter.c
View file @
4f4e8400
...
...
@@ -25,6 +25,7 @@
#include <limits.h>
#include "error.h"
#include "xmalloc.h"
#include "tv.h"
#include "iredges.h"
...
...
ir/be/amd64/amd64_emitter.c
View file @
4f4e8400
...
...
@@ -25,6 +25,7 @@
#include <limits.h>
#include "error.h"
#include "xmalloc.h"
#include "tv.h"
#include "iredges.h"
...
...
ir/be/amd64/bearch_amd64.c
View file @
4f4e8400
...
...
@@ -33,6 +33,7 @@
#include "bitset.h"
#include "debug.h"
#include "error.h"
#include "be.h"
#include "bearch.h"
...
...
ir/be/arm/arm_cconv.c
View file @
4f4e8400
...
...
@@ -25,6 +25,7 @@
#include "config.h"
#include "arm_cconv.h"
#include "beirg.h"
#include "irmode.h"
#include "typerep.h"
#include "xmalloc.h"
...
...
ir/be/bearch.h
View file @
4f4e8400
...
...
@@ -28,16 +28,12 @@
#include <stdbool.h>
#include "firm_types.h"
#include "bitset.h"
#include "obst.h"
#include "raw_bitset.h"
#include "irop_t.h"
#include "be_types.h"
#include "beinfo.h"
#include "be.h"
#include "beirg.h"
#include "error.h"
/**
* this constant is returned by the get_sp_bias functions if the stack
...
...
ir/be/becopyilp2.c
View file @
4f4e8400
...
...
@@ -46,6 +46,7 @@
#include "config.h"
#include "bitset.h"
#include "error.h"
#include "raw_bitset.h"
#include "pdeq.h"
...
...
ir/be/bedwarf.c
View file @
4f4e8400
...
...
@@ -30,6 +30,7 @@
#include "bearch.h"
#include "bedwarf_t.h"
#include "error.h"
#include "obst.h"
#include "irprog.h"
#include "irgraph.h"
...
...
ir/be/ia32/bearch_ia32_t.h
View file @
4f4e8400
...
...
@@ -34,6 +34,7 @@
#include "be.h"
#include "beemitter.h"
#include "beirg.h"
#include "gen_ia32_regalloc_if.h"
#ifdef NDEBUG
...
...
ir/be/sparc/sparc_cconv.c
View file @
4f4e8400
...
...
@@ -24,6 +24,8 @@
*/
#include "config.h"
#include "be_t.h"
#include "beirg.h"
#include "sparc_cconv.h"
#include "irmode.h"
#include "irgwalk.h"
...
...
ir/be/sparc/sparc_lower64.c
View file @
4f4e8400
...
...
@@ -25,6 +25,7 @@
#include "config.h"
#include "bearch_sparc_t.h"
#include "error.h"
#include "gen_sparc_new_nodes.h"
#include "lower_dw.h"
#include "ircons_t.h"
...
...
ir/be/sparc/sparc_stackframe.c
View file @
4f4e8400
...
...
@@ -24,6 +24,7 @@
*/
#include "config.h"
#include "error.h"
#include "firm_types.h"
#include "irnode_t.h"
#include "bearch_sparc_t.h"
...
...
ir/ir/irop.c
View file @
4f4e8400
...
...
@@ -26,6 +26,7 @@
#include <string.h>
#include "error.h"
#include "irop_t.h"
#include "irnode_t.h"
#include "irhooks.h"
...
...
Write
Preview
Markdown
is supported
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