diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-02 15:44:10 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-02 15:44:10 +0200 |
commit | e590ffc84dac1cb1ea833c5e7a71e958b63f7352 (patch) | |
tree | 8f70383c1f30a3655b800a14cac24e8e88809ced /kernel/log.h | |
parent | 8fd1c269ac7322f21408c1f99e7e4c275789c056 (diff) | |
download | yosys-e590ffc84dac1cb1ea833c5e7a71e958b63f7352.tar.gz yosys-e590ffc84dac1cb1ea833c5e7a71e958b63f7352.tar.bz2 yosys-e590ffc84dac1cb1ea833c5e7a71e958b63f7352.zip |
Improvements in new RTLIL::IdString implementation
Diffstat (limited to 'kernel/log.h')
-rw-r--r-- | kernel/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/log.h b/kernel/log.h index 118ff69ba..037a62a3b 100644 --- a/kernel/log.h +++ b/kernel/log.h @@ -22,8 +22,6 @@ #ifndef LOG_H #define LOG_H -#include <stdio.h> -#include <string.h> #include <time.h> #include <sys/time.h> #include <sys/resource.h> |