Use quote includes for yosys.h

This commit is contained in:
Kevin Kiningham 2017-12-13 13:27:52 -08:00
parent 88182e46d7
commit 7350f7692a
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#ifndef CELLTYPES_H #ifndef CELLTYPES_H
#define CELLTYPES_H #define CELLTYPES_H
#include <kernel/yosys.h> #include "kernel/yosys.h"
YOSYS_NAMESPACE_BEGIN YOSYS_NAMESPACE_BEGIN

View File

@ -20,7 +20,7 @@
#ifndef COST_H #ifndef COST_H
#define COST_H #define COST_H
#include <kernel/yosys.h> #include "kernel/yosys.h"
YOSYS_NAMESPACE_BEGIN YOSYS_NAMESPACE_BEGIN