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 078bcc63653..5b3b9a01fea 100644 --- a/gcc/vec.c +++ b/gcc/vec.c @@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "vec.h" #include "coretypes.h" -#include "toplev.h" +#include "diagnostic-core.h" #include "hashtab.h" struct vec_prefix |