diff options
Diffstat (limited to 'gcc/cp/errfn.c')
-rw-r--r-- | gcc/cp/errfn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index 30cbfe56..2581a6f 100644 --- a/gcc/cp/errfn.c +++ b/gcc/cp/errfn.c @@ -20,8 +20,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include "tree.h" #include "system.h" +#include "tree.h" /* cp_printer is the type of a function which converts an argument into a string for digestion by printf. The cp_printer function should deal |