mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +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
|
#ifndef CELLTYPES_H
|
||||||
#define CELLTYPES_H
|
#define CELLTYPES_H
|
||||||
|
|
||||||
#include <kernel/yosys.h>
|
#include "kernel/yosys.h"
|
||||||
|
|
||||||
YOSYS_NAMESPACE_BEGIN
|
YOSYS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue