mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Merge pull request #469 from kkiningh/master
Use quote includes for yosys.h
This commit is contained in:
commit
1dad2ff682
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue