summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compilation_unit.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-12-12 17:47:30 -0800
committer Elliott Hughes <enh@google.com> 2012-12-12 18:11:44 -0800
commit76b6167407c2b6f5d40ad895b2793a6b037f54b2 (patch)
tree5c433a0907ddf401f4078b6703253b1ae75e723e /src/compiler_llvm/compilation_unit.h
parentf66330a747eff155eb571b634fc9d901c55a78a7 (diff)
Move mutex.h into base/mutex.h.
We don't actually need any hackery to get the right mutex.h any more, but since we planned on having the google3-like stuff in google3-like locations, this is an easy one to fix. Change-Id: Ie27464ebbc208a6f4e694a97cf26b1cee0737009
Diffstat (limited to 'src/compiler_llvm/compilation_unit.h')
-rw-r--r--src/compiler_llvm/compilation_unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compilation_unit.h b/src/compiler_llvm/compilation_unit.h
index 0b40388cee..5fb0c0ccbc 100644
--- a/src/compiler_llvm/compilation_unit.h
+++ b/src/compiler_llvm/compilation_unit.h
@@ -17,7 +17,7 @@
#ifndef ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_
#define ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_
-#include "../mutex.h"
+#include "base/mutex.h"
#include "globals.h"
#if defined(ART_USE_DEXLANG_FRONTEND)
# include "greenland/dex_lang.h"