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 {