diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index e872859..ee2cf44 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" #include "rtl.h" +#include "expr.h" #include "cp-tree.h" #include "flags.h" #include "obstack.h" -#include "expr.h" #include "output.h" #include "except.h" #include "defaults.h" |