summaryrefslogtreecommitdiff
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 1f25542f..d6acb5bc 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -17,21 +17,11 @@
*
*/
+#include "kernel/yosys.h"
+
#ifndef RTLIL_H
#define RTLIL_H
-#include <map>
-#include <set>
-#include <vector>
-#include <string>
-
-#include "kernel/log.h"
-#include <initializer_list>
-
-// various helpers (unrelated to RTLIL)
-std::string stringf(const char *fmt, ...);
-#define SIZE(__obj) int(__obj.size())
-
namespace RTLIL
{
enum State : unsigned char {