summaryrefslogtreecommitdiff
path: root/gcc/sched-vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r--gcc/sched-vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c
index d84801a0eda..44c7d595eaf 100644
--- a/gcc/sched-vis.c
+++ b/gcc/sched-vis.c
@@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "insn-attr.h"
#include "sched-int.h"
-#include "tree-pass.h"
+#include "dumpfile.h" /* for the TDF_* flags */
static char *safe_concat (char *, char *, const char *);