diff options
Diffstat (limited to 'gcc/vec.c')
-rw-r--r-- | gcc/vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |