commit | 0f3c55331439970e01af67f80ac117c473bc04cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 30 14:51:51 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Mar 30 14:51:51 2012 -0700 |
tree | cfa28ad2a58af1ffddb0a2ce90443ad4606743c3 | |
parent | 273cf36d199cf73de3cf61a559ad27c9d23f9825 [diff] [blame] |
Kill constants.h and fix some copyright headers. Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
diff --git a/src/runtime.h b/src/runtime.h index 36dd5c6..b8fe35a 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -27,8 +27,8 @@ #include <jni.h> -#include "constants.h" #include "heap.h" +#include "instruction_set.h" #include "globals.h" #include "macros.h" #include "runtime_stats.h"