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/aidl.cpp b/aidl.cpp
index 58d088b..3c57e6a 100644
--- a/aidl.cpp
+++ b/aidl.cpp
@@ -33,7 +33,6 @@
 #endif
 
 
-#include "Type.h"
 #include "aidl_language.h"
 #include "generate_cpp.h"
 #include "generate_java.h"
@@ -42,6 +41,7 @@
 #include "os.h"
 #include "parse_helpers.h"
 #include "search_path.h"
+#include "type_java.h"
 
 #ifndef O_BINARY
 #  define O_BINARY  0