diff options
author | Mark G. Adams <mark.g.adams@sympatico.ca> | 2004-06-03 18:48:28 +0000 |
---|---|---|
committer | Mark G. Adams <mgadams@gcc.gnu.org> | 2004-06-03 18:48:28 +0000 |
commit | a757585a22537753f3b9be9709789d8e000b5afe (patch) | |
tree | 3152dd4c55a73dd5521e5a75e6973ea2646a6d6f /gcc/c-cppbuiltin.c | |
parent | 59587b18ab8fcde4fffb1ffe32c150ea514876d4 (diff) | |
download | gcc-a757585a22537753f3b9be9709789d8e000b5afe.zip gcc-a757585a22537753f3b9be9709789d8e000b5afe.tar.gz gcc-a757585a22537753f3b9be9709789d8e000b5afe.tar.bz2 |
tree.h: Remove include of version.h
* tree.h: Remove include of version.h
* c-cppbuiltin.c: Include version.h
* diagnostic.c: Include version.h
* dwarf2out.c: Include version.h
* toplev.c: Include version.h
* vmsdbgout.c: Include version.h
* Makefile.in: Remove dependency on version.h from TREE_H, and
add dependencies to required .o targets
* gjavah.c: Include version.h
From-SVN: r82601
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r-- | gcc/c-cppbuiltin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index 84bd6f5..b70653c 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -23,6 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "version.h" #include "flags.h" #include "real.h" #include "c-common.h" |