aboutsummaryrefslogtreecommitdiff
path: root/gcc/data-streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/data-streamer.c')
-rw-r--r--gcc/data-streamer.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c
index 2c45eff..17fb276a 100644
--- a/gcc/data-streamer.c
+++ b/gcc/data-streamer.c
@@ -22,16 +22,15 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "alias.h"
#include "backend.h"
+#include "hard-reg-set.h"
#include "tree.h"
#include "gimple.h"
-#include "hard-reg-set.h"
-#include "options.h"
-#include "fold-const.h"
-#include "internal-fn.h"
#include "cgraph.h"
#include "data-streamer.h"
+#include "alias.h"
+#include "fold-const.h"
+#include "internal-fn.h"
/* Pack WORK into BP in a variant of uleb format. */