From 33e9566255c426e7a2c8fca5b8a1b6a94a5d352c Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Mon, 20 May 2013 20:29:14 -0700 Subject: Various GCC 3.6 and clang build fixes. Remove #error in common_test.h that fires with clang build and replace with runtime error. Fix bit rot caused by not compiling with Wthread-safety. Fix clang build issues in compiler relating to missing header file definitions in object files. Other minor build and tidying issues. Change-Id: Ife829ab0664581936155be524de46e6181c750b0 --- src/compiler/dex/compiler_internals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/dex/compiler_internals.h') diff --git a/src/compiler/dex/compiler_internals.h b/src/compiler/dex/compiler_internals.h index 70e81d0359..c680f1bc67 100644 --- a/src/compiler/dex/compiler_internals.h +++ b/src/compiler/dex/compiler_internals.h @@ -29,8 +29,6 @@ #include "mir_graph.h" #include "compiler_ir.h" #include "frontend.h" -#include "gc/card_table.h" -#include "mirror/dex_cache.h" #include "monitor.h" #include "thread.h" #include "utils.h" -- cgit v1.2.3-59-g8ed1b