diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index fc6a4fb..a2d41b1 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -23,14 +23,12 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "cfghooks.h" #include "pretty-print.h" #include "diagnostic-core.h" /* for fatal_error */ #include "cfganal.h" #include "cfgloop.h" #include "graph.h" -#include "dumpfile.h" /* DOT files with the .dot extension are recognized as document templates by a well-known piece of word processing software out of Redmond, WA. |