diff options
Diffstat (limited to 'gcc/fixed-value.c')
-rw-r--r-- | gcc/fixed-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixed-value.c b/gcc/fixed-value.c index 39bdebe..cfb1ad7 100644 --- a/gcc/fixed-value.c +++ b/gcc/fixed-value.c @@ -21,9 +21,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" #include "diagnostic-core.h" +#include "alias.h" /* Compare two fixed objects for bitwise identity. */ |