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
ed9c74ce
Commit
ed9c74ce
authored
Dec 10, 2006
by
Matthias Braun
Browse files
added several missing #include config.h
[r8430]
parent
f054ebf6
Changes
18
Hide whitespace changes
Inline
Side-by-side
ir/adt/bipartite.c
View file @
ed9c74ce
...
...
@@ -4,6 +4,10 @@
* @cvs-id $Id$
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <assert.h>
...
...
ir/adt/eset.c
View file @
ed9c74ce
...
...
@@ -11,6 +11,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "eset.h"
#include "set.h"
#include "hashptr.h"
...
...
ir/adt/hungarian.c
View file @
ed9c74ce
...
...
@@ -26,6 +26,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
...
...
ir/adt/iterator.c
View file @
ed9c74ce
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
...
...
ir/adt/pmap.c
View file @
ed9c74ce
...
...
@@ -11,6 +11,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "pmap.h"
#include <assert.h>
...
...
ir/ana/field_temperature.c
View file @
ed9c74ce
...
...
@@ -10,6 +10,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include "field_temperature.h"
...
...
ir/ana/height.c
View file @
ed9c74ce
...
...
@@ -10,6 +10,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <stdio.h>
...
...
ir/ana/irbackedge.c
View file @
ed9c74ce
...
...
@@ -10,6 +10,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "irnode_t.h"
#include "irgraph_t.h"
#include "array.h"
...
...
ir/ana/irconsconfirm.c
View file @
ed9c74ce
...
...
@@ -17,6 +17,11 @@
*
* @author Michael Beck
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "irgraph_t.h"
#include "irnode_t.h"
#include "ircons_t.h"
...
...
ir/ana/irextbb.c
View file @
ed9c74ce
...
...
@@ -17,6 +17,11 @@
*
* @author Michael Beck
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "irextbb_t.h"
#include "irgwalk.h"
#include "irnode_t.h"
...
...
ir/ana/irextbb2.c
View file @
ed9c74ce
...
...
@@ -17,6 +17,10 @@
*
* @author Matthias Braun
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "irextbb_t.h"
#include "irgwalk.h"
#include "irnode_t.h"
...
...
ir/ana/irsimpletype.c
View file @
ed9c74ce
...
...
@@ -22,6 +22,10 @@
* @author Goetz Lindenmaier
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
# include "irtypeinfo.h"
# include "irsimpletype.h"
...
...
ir/ana/trouts.c
View file @
ed9c74ce
...
...
@@ -10,6 +10,10 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "trouts.h"
#include "array.h"
...
...
ir/debug/debugger.c
View file @
ed9c74ce
...
...
@@ -13,7 +13,7 @@
#include "config.h"
#endif
#if
n
def
N
DEBUG
#ifdef DEBUG
_libfirm
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
...
...
ir/ir/irphase.c
View file @
ed9c74ce
...
...
@@ -10,7 +10,7 @@
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef
_
HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
...
...
ir/opt/funccall.c
View file @
ed9c74ce
...
...
@@ -8,6 +8,10 @@
* Copyright: (c) 1998-2006 Universitt Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "irnode_t.h"
#include "irgraph_t.h"
#include "irgmod.h"
...
...
ir/opt/strength_red.c
View file @
ed9c74ce
...
...
@@ -12,6 +12,9 @@
* Copyright: (c) 2004 Universität Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
# include "strength_red.h"
...
...
ir/tr/tr_inheritance.c
View file @
ed9c74ce
...
...
@@ -17,6 +17,10 @@
* @see type.h entity.h
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "type.h"
#include "entity.h"
#include "typewalk.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