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
19601050
Commit
19601050
authored
Jan 05, 2013
by
Christoph Mallon
Browse files
cleanup: Remove unnecessary #include <assert.h>.
parent
8790bb34
Changes
5
Hide whitespace changes
Inline
Side-by-side
ir/adt/pmap.c
View file @
19601050
...
...
@@ -12,8 +12,6 @@
#include "config.h"
#include "pmap.h"
#include <assert.h>
#include "set.h"
#include "hashptr.h"
...
...
ir/ir/irmode_t.h
View file @
19601050
...
...
@@ -12,7 +12,6 @@
#ifndef FIRM_IR_IRMODE_T_H
#define FIRM_IR_IRMODE_T_H
#include <assert.h>
#include "irtypes.h"
#include "irmode.h"
...
...
ir/ir/unreachable.c
View file @
19601050
...
...
@@ -14,7 +14,6 @@
#include "irgopt.h"
#include <assert.h>
#include <stdbool.h>
#include "irnode_t.h"
...
...
ir/opt/convopt.c
View file @
19601050
...
...
@@ -25,7 +25,6 @@
#include "iroptimize.h"
#include <assert.h>
#include <stdbool.h>
#include "debug.h"
#include "ircons.h"
...
...
ir/stat/statev.c
View file @
19601050
...
...
@@ -11,7 +11,6 @@
*/
#include "config.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.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