mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 12:23:39 +00:00
Some cleanups
This commit is contained in:
parent
8773fd5897
commit
2ad131764f
3 changed files with 20 additions and 11 deletions
|
@ -124,7 +124,14 @@
|
|||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
#include "kernel/hashlib.h"
|
||||
#ifdef HASHLIB_H
|
||||
# undef HASHLIB_H
|
||||
# include "kernel/hashlib.h"
|
||||
#else
|
||||
# include "kernel/hashlib.h"
|
||||
# undef HASHLIB_H
|
||||
#endif
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
using hashlib::mkhash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue