diff options
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r-- | gcc/cp/xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index 0433089..8a5551c 100644 --- a/gcc/cp/xref.c +++ b/gcc/cp/xref.c @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -#include "tree.h" #include "system.h" +#include "tree.h" #include "cp-tree.h" #include "input.h" |