Kill constants.h and fix some copyright headers.
Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
diff --git a/src/compiler.h b/src/compiler.h
index fcb9f7f..cb6023b 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -24,10 +24,11 @@
#include "compiled_class.h"
#include "compiled_method.h"
-#include "constants.h"
#include "dex_cache.h"
#include "dex_file.h"
#include "elf_image.h"
+#include "instruction_set.h"
+#include "invoke_type.h"
#include "oat_file.h"
#include "object.h"
#include "runtime.h"