summaryrefslogtreecommitdiffstats
path: root/vm/Common.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-06-08 15:54:05 -0700
committerElliott Hughes <enh@google.com>2011-06-08 15:54:05 -0700
commitac518bce0e538749b12c09d4400cb0d30c350391 (patch)
treef07df1fe1106a9a5ee0ae8125726cf5b0a91cb2d /vm/Common.h
parentd492aa1846ba97c5f64d608e427be80cd0a3cf73 (diff)
downloadandroid_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.tar.gz
android_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.tar.bz2
android_dalvik-ac518bce0e538749b12c09d4400cb0d30c350391.zip
Tidy up some includes.
Change-Id: I5abd4f8ab06db0c77fa369fcd97d8f1259b343df
Diffstat (limited to 'vm/Common.h')
-rw-r--r--vm/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Common.h b/vm/Common.h
index 01587b2ec..45402fe82 100644
--- a/vm/Common.h
+++ b/vm/Common.h
@@ -28,7 +28,7 @@
#include <stdint.h>
#include <stdio.h>
#include <assert.h>
-#include "utils/Log.h"
+#include "cutils/log.h"
#if defined(HAVE_ENDIAN_H)
# include <endian.h>