aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cost.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-12-14 00:03:26 +0100
committerGitHub <noreply@github.com>2017-12-14 00:03:26 +0100
commit1dad2ff6828696536aa1bfade099996b350ffeb6 (patch)
tree34531bce8e1c3e0679bc8a9289551f162239851a /kernel/cost.h
parent88182e46d7897625f2889bf1e681b7e0e4f7b966 (diff)
parent7350f7692a559fbde534c61e8bcd6ece93d0a3d7 (diff)
downloadyosys-1dad2ff6828696536aa1bfade099996b350ffeb6.tar.gz
yosys-1dad2ff6828696536aa1bfade099996b350ffeb6.tar.bz2
yosys-1dad2ff6828696536aa1bfade099996b350ffeb6.zip
Merge pull request #469 from kkiningh/master
Use quote includes for yosys.h
Diffstat (limited to 'kernel/cost.h')
-rw-r--r--kernel/cost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cost.h b/kernel/cost.h
index 84fd6cd6d..e795b571b 100644
--- a/kernel/cost.h
+++ b/kernel/cost.h
@@ -20,7 +20,7 @@
#ifndef COST_H
#define COST_H
-#include <kernel/yosys.h>
+#include "kernel/yosys.h"
YOSYS_NAMESPACE_BEGIN