summaryrefslogtreecommitdiffstats
path: root/vm/Dalvik.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:50:54 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:50:54 -0800
commitcc05ad238516f1303687aba4a978e24e57c0c07a (patch)
tree1a76a42da1aa8e051171854df33a46e8025aeed9 /vm/Dalvik.h
parent89c1feb0a69a7707b271086e749975b3f7acacf7 (diff)
downloadandroid_dalvik-cc05ad238516f1303687aba4a978e24e57c0c07a.tar.gz
android_dalvik-cc05ad238516f1303687aba4a978e24e57c0c07a.tar.bz2
android_dalvik-cc05ad238516f1303687aba4a978e24e57c0c07a.zip
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'vm/Dalvik.h')
-rw-r--r--vm/Dalvik.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/Dalvik.h b/vm/Dalvik.h
index d233baa53..2c7bd7c09 100644
--- a/vm/Dalvik.h
+++ b/vm/Dalvik.h
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
/*
* All-inclusive internal header file. Include this to get everything useful.
*/
@@ -70,12 +71,12 @@
#include "libdex/OpCode.h"
#include "libdex/InstrUtils.h"
#include "AllocTracker.h"
+#include "PointerSet.h"
#include "Globals.h"
#include "reflect/Reflect.h"
#include "oo/TypeCheck.h"
#include "Atomic.h"
#include "interp/Interp.h"
-#include "PointerSet.h"
#include "InlineNative.h"
#endif /*_DALVIK_DALVIK*/