diff options
Diffstat (limited to 'gcc/vec.c')
-rw-r--r-- | gcc/vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.c b/gcc/vec.c index 67643b5abd2..225cfb1545c 100644 --- a/gcc/vec.c +++ b/gcc/vec.c @@ -23,9 +23,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "system.h" #include "ggc.h" #include "vec.h" -#include "errors.h" #include "coretypes.h" #include "tree.h" +#include "toplev.h" struct vec_prefix { |