From 16b9a2f1b5ad10aa0b426183b4e071d3afb09e88 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Wed, 6 Jun 2018 14:44:54 -0400 Subject: Attempt to add JSON parser--not working yet w/ build system --- common/rulecheck.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/rulecheck.cc b/common/rulecheck.cc index 4b355368..b81695b9 100644 --- a/common/rulecheck.cc +++ b/common/rulecheck.cc @@ -1,6 +1,6 @@ #include #include -#include "common/design.h" +#include "design.h" #include "log.h" bool check_all_nets_driven(Design *design) { -- cgit v1.2.3