diff options
Diffstat (limited to 'gcc/config/i386/msformat-c.c')
-rw-r--r-- | gcc/config/i386/msformat-c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/msformat-c.c b/gcc/config/i386/msformat-c.c index af5c0f95f94..635c2ca6b62 100644 --- a/gcc/config/i386/msformat-c.c +++ b/gcc/config/i386/msformat-c.c @@ -25,12 +25,12 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "flags.h" -#include "c-common.h" +#include "c-family/c-common.h" #include "toplev.h" #include "intl.h" #include "diagnostic.h" #include "langhooks.h" -#include "c-format.h" +#include "c-family/c-format.h" #include "alloc-pool.h" /* Mingw specific format attributes ms_printf, ms_scanf, and ms_strftime. */ |