summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm/compiler/codegen/x86/libenc/enc_wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp b/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
index cf53cead3..71e0e0697 100644
--- a/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
+++ b/vm/compiler/codegen/x86/libenc/enc_wrapper.cpp
@@ -17,10 +17,10 @@
#include <stdio.h>
#include <assert.h>
#include <limits.h>
+#include "cutils/log.h"
#include "enc_base.h"
#include "enc_wrapper.h"
#include "dec_base.h"
-#include "utils/Log.h"
//#define PRINT_ENCODER_STREAM
bool dump_x86_inst = false;