aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 3152fc5af..803365b39 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -17,6 +17,8 @@
*
*/
+#include "kernel/yosys.h"
+
#ifndef LOG_H
#define LOG_H
@@ -26,10 +28,6 @@
#include <sys/time.h>
#include <sys/resource.h>
-#include <map>
-#include <vector>
-#include <string>
-
#define S__LINE__sub2(x) #x
#define S__LINE__sub1(x) S__LINE__sub2(x)
#define S__LINE__ S__LINE__sub1(__LINE__)