diff options
author | mgadams <mgadams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-03 18:48:28 +0000 |
---|---|---|
committer | mgadams <mgadams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-03 18:48:28 +0000 |
commit | af225e7db3aa5c2200da19ac0d02cf34fa50aa63 (patch) | |
tree | 3152dd4c55a73dd5521e5a75e6973ea2646a6d6f /gcc/c-cppbuiltin.c | |
parent | bcf3c70d147456744ec196ee1977b53bc96e20ba (diff) | |
download | gcc-af225e7db3aa5c2200da19ac0d02cf34fa50aa63.tar.gz |
* 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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82601 138bc75d-0d04-0410-961f-82ee72b054a4
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 84bd6f5f909..b70653c086a 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" |