diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index a2cdb1d..b579f59 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -32,13 +32,13 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" #include "rtl.h" +#include "expr.h" #include "flags.h" #include "cp-tree.h" #include "decl.h" #include "lex.h" #include "output.h" #include "except.h" -#include "expr.h" #include "defaults.h" #include "toplev.h" #include "dwarf2out.h" |