summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 19:54:56 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 19:54:56 +0000
commitf41a3237b47c4cd33565303e73296276ad1bba84 (patch)
tree94b1ccaaa34769fc471278d80141d5666c6b2a3c /gcc/global.c
parentb1f9bec1ef7c6d5fb21a87e0312cd92fad1a8ace (diff)
downloadgcc-f41a3237b47c4cd33565303e73296276ad1bba84.tar.gz
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 94d1fbcc500..d382537bbe9 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -22,10 +22,11 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
+#include "machmode.h"
+#include "hard-reg-set.h"
#include "rtl.h"
#include "flags.h"
#include "basic-block.h"
-#include "hard-reg-set.h"
#include "regs.h"
#include "insn-config.h"
#include "output.h"