3
0
Fork 0
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:
Clifford Wolf 2017-12-14 00:03:26 +01:00 committed by GitHub
commit 1dad2ff682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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