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
b3620e92
Commit
b3620e92
authored
Jul 19, 2015
by
Christoph Mallon
Browse files
Remove unnecessary #include "bearch.h".
parent
3e62d208
Changes
43
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/bearch_sparc_t.h
View file @
b3620e92
...
...
@@ -14,7 +14,8 @@
#include <stdbool.h>
#include <stdint.h>
#include "bearch.h"
#include "firm_types.h"
#include "pmap.h"
typedef
struct
calling_convention_t
calling_convention_t
;
...
...
ir/be/sparc/sparc_nodes_attr.h
View file @
b3620e92
...
...
@@ -11,10 +11,12 @@
#ifndef FIRM_BE_SPARC_SPARC_NODES_ATTR_H
#define FIRM_BE_SPARC_SPARC_NODES_ATTR_H
#include "firm_types.h"
#include "bearch.h"
#include <stdint.h>
#include "be_types.h"
#include "firm_types.h"
#include "irtypes.h"
typedef
struct
sparc_attr_t
sparc_attr_t
;
/**
...
...
ir/be/sparc/sparc_stackframe.c
View file @
b3620e92
...
...
@@ -16,7 +16,6 @@
#include "sparc_new_nodes.h"
#include "sparc_cconv.h"
#include "bitfiddle.h"
#include "bearch.h"
#include "benode.h"
#include "besched.h"
#include "bestack.h"
...
...
Prev
1
2
3
Next
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