summaryrefslogtreecommitdiffstats
path: root/src/jni_compiler.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-07-23 20:22:26 -0700
committerBrian Carlstrom <bdc@google.com>2011-07-23 20:22:26 -0700
commitf3eb61f6d0f45f0d52aa3b5c3b24639af9b07f98 (patch)
tree9c83f32b8dc06eb578cbfd8627146421220dd844 /src/jni_compiler.h
parentf615a61aef972cfc1dc23931ac2ed0da14c3fedb (diff)
downloadart-f3eb61f6d0f45f0d52aa3b5c3b24639af9b07f98.zip
art-f3eb61f6d0f45f0d52aa3b5c3b24639af9b07f98.tar.gz
art-f3eb61f6d0f45f0d52aa3b5c3b24639af9b07f98.tar.bz2
Style cleanups for two recent changes
Change-Id: I54831502ded57ad90add46445155e3e44439ec1d
Diffstat (limited to 'src/jni_compiler.h')
-rw-r--r--src/jni_compiler.h6
1 files changed, 3 insertions, 3 deletions
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 {