Rename Type.* to type_java.*

We'll soon have type_cpp variations on these files, and a more
generic type.h

Bug: 24303749
Test: Compiles, unittests

Change-Id: I64f45efa3553f1a46d2d16d6652eedd6b324b2e4
diff --git a/ast_java_unittest.cpp b/ast_java_unittest.cpp
index 31dfb5a..ecf80c0 100644
--- a/ast_java_unittest.cpp
+++ b/ast_java_unittest.cpp
@@ -18,9 +18,9 @@
 
 #include <gtest/gtest.h>
 
-#include "Type.h"
 #include "ast_java.h"
 #include "code_writer.h"
+#include "type_java.h"
 
 namespace android {
 namespace aidl {