aboutsummaryrefslogtreecommitdiffstats
path: root/common/rulecheck.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-11 20:12:57 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-11 20:12:57 +0200
commitbe73894bea1c5719eccfad6b8c7e7ae44798a68a (patch)
treefa66dc9a9579e373789cf8a7659d53c1a610a660 /common/rulecheck.cc
parentac6748238015cca1a107d99bf0f175c45eda7b2f (diff)
downloadnextpnr-be73894bea1c5719eccfad6b8c7e7ae44798a68a.tar.gz
nextpnr-be73894bea1c5719eccfad6b8c7e7ae44798a68a.tar.bz2
nextpnr-be73894bea1c5719eccfad6b8c7e7ae44798a68a.zip
Add "nextpnr.h"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'common/rulecheck.cc')
-rw-r--r--common/rulecheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rulecheck.cc b/common/rulecheck.cc
index ca0fb76c..4fc3f73a 100644
--- a/common/rulecheck.cc
+++ b/common/rulecheck.cc
@@ -1,7 +1,7 @@
#include <assert.h>
#include <string>
-#include "design.h"
#include "log.h"
+#include "nextpnr.h"
bool check_all_nets_driven(Design *design)
{