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
48b0fa85
Commit
48b0fa85
authored
Nov 28, 2008
by
Christoph Mallon
Browse files
Unconditionally include string.h
[r24124]
parent
e8418405
Changes
27
Hide whitespace changes
Inline
Side-by-side
ir/adt/pdeq.c
View file @
48b0fa85
...
...
@@ -30,10 +30,7 @@
# include <stdio.h>
#endif
#include <stdlib.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include <assert.h>
#include "fourcc.h"
...
...
ir/adt/xmalloc.c
View file @
48b0fa85
...
...
@@ -28,9 +28,7 @@
[reimplement xstrdup, ... ] */
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include <stdlib.h>
#include "xmalloc.h"
...
...
ir/ana/callgraph.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include <stdlib.h>
#include "callgraph.h"
...
...
ir/ana/cgana.c
View file @
48b0fa85
...
...
@@ -33,9 +33,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include "cgana.h"
#include "rta.h"
...
...
ir/ana/interval_analysis.c
View file @
48b0fa85
...
...
@@ -24,9 +24,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "debug.h"
#include "interval_analysis.h"
...
...
ir/ana/ircfscc.c
View file @
48b0fa85
...
...
@@ -28,9 +28,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "irloop_t.h"
#include "irnode_t.h"
...
...
ir/ana/irdom.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "irouts.h"
...
...
ir/ana/irloop.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
# include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include <stdlib.h>
#include "irloop_t.h"
...
...
ir/ana/irouts.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "xmalloc.h"
#include "irouts.h"
...
...
ir/ana/irscc.c
View file @
48b0fa85
...
...
@@ -29,9 +29,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include <stdlib.h>
#include "irloop_t.h"
...
...
ir/common/firm.c
View file @
48b0fa85
...
...
@@ -29,9 +29,7 @@
# include "firm_revision.h"
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
...
...
ir/common/firmwalk.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include "firmwalk.h"
...
...
ir/debug/debugger.c
View file @
48b0fa85
...
...
@@ -36,10 +36,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
...
...
ir/ir/irdump.c
View file @
48b0fa85
...
...
@@ -25,9 +25,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <stdlib.h>
#include <stdarg.h>
...
...
ir/ir/irdumptxt.c
View file @
48b0fa85
...
...
@@ -25,9 +25,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <stdlib.h>
#include <stdarg.h>
...
...
ir/ir/irgraph.c
View file @
48b0fa85
...
...
@@ -25,9 +25,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
...
...
ir/ir/irnode.c
View file @
48b0fa85
...
...
@@ -25,9 +25,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include "ident.h"
#include "irnode_t.h"
...
...
ir/ir/irop.c
View file @
48b0fa85
...
...
@@ -25,9 +25,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include "irop_t.h"
#include "irnode_t.h"
...
...
ir/ir/irprintf.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
...
...
ir/ir/irprog.c
View file @
48b0fa85
...
...
@@ -26,9 +26,7 @@
*/
#include "config.h"
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include <string.h>
#include "irprog_t.h"
#include "irgraph_t.h"
...
...
Prev
1
2
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