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
64d71aea
Commit
64d71aea
authored
Oct 16, 2008
by
Moritz Kroll
Browse files
add missing inlucde
[r22938]
parent
d4d15a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
64d71aea
...
...
@@ -25,23 +25,20 @@
*/
#include
"config.h"
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
# include <stddef.h>
# include "irprog_t.h"
# include "irmode_t.h"
# include "ident.h"
# include "tv_t.h"
# include "obst.h"
# include "irhooks.h"
# include "irtools.h"
# include "array.h"
#include
<stdlib.h>
#include
<string.h>
#include
<stddef.h>
#include
"irprog_t.h"
#include
"irmode_t.h"
#include
"ident.h"
#include
"tv_t.h"
#include
"obst.h"
#include
"irhooks.h"
#include
"irtools.h"
#include
"array.h"
#include
"error.h"
/** Obstack to hold all modes. */
static
struct
obstack
modes
;
...
...
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