1
0
mirror of synced 2026-01-30 05:44:00 +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
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