mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
Merge pull request #469 from kkiningh/master
Use quote includes for yosys.h
This commit is contained in:
commit
1dad2ff682
|
@ -20,7 +20,7 @@
|
|||
#ifndef CELLTYPES_H
|
||||
#define CELLTYPES_H
|
||||
|
||||
#include <kernel/yosys.h>
|
||||
#include "kernel/yosys.h"
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef COST_H
|
||||
#define COST_H
|
||||
|
||||
#include <kernel/yosys.h>
|
||||
#include "kernel/yosys.h"
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
|
|
Loading…
Reference in a new issue