From 6e7f28785e36bc3322a7c300e3d2de669e20ad82 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 15 Jun 2018 06:54:03 -0400 Subject: [PATCH] Internals: Cleanup graph includes. No functional change. --- src/V3Graph.h | 1 - src/V3GraphDfa.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Graph.h b/src/V3Graph.h index aeafc0cd5..2664f3417 100644 --- a/src/V3Graph.h +++ b/src/V3Graph.h @@ -24,7 +24,6 @@ #include "verilatedos.h" #include "V3Error.h" #include "V3List.h" -#include "V3Ast.h" #include #include diff --git a/src/V3GraphDfa.h b/src/V3GraphDfa.h index df870afea..32fc9571b 100644 --- a/src/V3GraphDfa.h +++ b/src/V3GraphDfa.h @@ -24,6 +24,7 @@ #include "verilatedos.h" #include +#include "V3Ast.h" // for VNUser #include "V3Global.h" #include "V3Graph.h"