mirror of https://github.com/YosysHQ/yosys.git
Use quote includes for yosys.h
This commit is contained in:
parent
88182e46d7
commit
7350f7692a
|
@ -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 New Issue