commit | f3eb61f6d0f45f0d52aa3b5c3b24639af9b07f98 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sat Jul 23 20:22:26 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Sat Jul 23 20:22:26 2011 -0700 |
tree | 9c83f32b8dc06eb578cbfd8627146421220dd844 | |
parent | f615a61aef972cfc1dc23931ac2ed0da14c3fedb [diff] [blame] |
Style cleanups for two recent changes Change-Id: I54831502ded57ad90add46445155e3e44439ec1d
diff --git a/src/jni_compiler.h b/src/jni_compiler.h index 495164b..48666aa 100644 --- a/src/jni_compiler.h +++ b/src/jni_compiler.h
@@ -3,9 +3,9 @@ #ifndef ART_SRC_JNI_COMPILER_H_ #define ART_SRC_JNI_COMPILER_H_ -#include "src/calling_convention.h" -#include "src/globals.h" -#include "src/macros.h" +#include "calling_convention.h" +#include "globals.h" +#include "macros.h" namespace art {