diff options
author | Jeff Law <law@redhat.com> | 2002-06-17 15:08:12 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2002-06-17 15:08:12 -0600 |
commit | 912ce2971a2fc65ca9684e11b23300d23e8ffbc8 (patch) | |
tree | bedcb2b518f49ebe78dc608f3349f22f697a19c1 /gcc/libgcc2.c | |
parent | 5c45425b5c27536f42f21ebede0bc7d9b57dce32 (diff) | |
download | gcc-912ce2971a2fc65ca9684e11b23300d23e8ffbc8.zip gcc-912ce2971a2fc65ca9684e11b23300d23e8ffbc8.tar.gz gcc-912ce2971a2fc65ca9684e11b23300d23e8ffbc8.tar.bz2 |
* libgcc2.c: Do not include symcat.h or machmode.h.
From-SVN: r54717
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 13da298..4b1e187 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 |