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
diff --git a/src/oat/runtime/callee_save_frame.h b/src/oat/runtime/callee_save_frame.h
index a8ebce8..fe66b91 100644
--- a/src/oat/runtime/callee_save_frame.h
+++ b/src/oat/runtime/callee_save_frame.h
@@ -17,7 +17,7 @@
#ifndef ART_SRC_OAT_RUNTIME_CALLEE_SAVE_FRAME_H_
#define ART_SRC_OAT_RUNTIME_CALLEE_SAVE_FRAME_H_
-#include "../src/mutex.h"
+#include "base/mutex.h"
#include "thread.h"
namespace art {