diff options
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index d9b4486..c9406f2 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */ The results of the automatic process should be easily reproducible with explicit code. */ -#include <stdio.h> #include "config.h" +#include <stdio.h> #include "tree.h" #include "cp-tree.h" #include "input.h" |