about summary refs log tree commit diff
path: root/src/rt/rust_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_log.cpp')
-rw-r--r--src/rt/rust_log.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp
index ce48c37062d..df1ae6fd47f 100644
--- a/src/rt/rust_log.cpp
+++ b/src/rt/rust_log.cpp
@@ -2,12 +2,11 @@
  * Logging infrastructure that aims to support multi-threading
  */
 
-#include "rust_internal.h"
+
+#include "rust_log.h"
 #include "util/array_list.h"
-#include <stdarg.h>
-#include <stdlib.h>
-#include <string.h>
 #include "rust_util.h"
+#include "rust_task.h"
 
 /**
  * Synchronizes access to the underlying logging mechanism.