diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-17 21:08:12 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-17 21:08:12 +0000 |
commit | c760567a05e3141be27de9b5d3625c4a77e14dcb (patch) | |
tree | bedcb2b518f49ebe78dc608f3349f22f697a19c1 /gcc/libgcc2.c | |
parent | 513fac1b5989ce753f4cf3cf90c27738df8af7fe (diff) | |
download | gcc-c760567a05e3141be27de9b5d3625c4a77e14dcb.tar.gz |
* libgcc2.c: Do not include symcat.h or machmode.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 13da298fd26..4b1e187bcf4 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -36,9 +36,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tconfig.h" #include "tsystem.h" -#include "symcat.h" -#include "machmode.h" - /* Don't use `fancy_abort' here even if config.h says to use it. */ #ifdef abort #undef abort |