ART: Refactor profile_compilation_info.h includes

Use forward declarations.

Test: m
Change-Id: Ife25be9e2eb5ba9224f082aaa935f821a3597963
diff --git a/profman/boot_image_profile.h b/profman/boot_image_profile.h
index eb43b7c..99e5a75 100644
--- a/profman/boot_image_profile.h
+++ b/profman/boot_image_profile.h
@@ -22,10 +22,11 @@
 #include <vector>
 
 #include "dex/dex_file.h"
-#include "jit/profile_compilation_info.h"
 
 namespace art {
 
+class ProfileCompilationInfo;
+
 struct BootImageOptions {
  public:
   // Threshold for classes that may be dirty or clean. The threshold specifies how