summaryrefslogtreecommitdiff
path: root/compiler/dex/mir_dataflow.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-01-26 23:46:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-01-26 23:46:42 +0000
commit8c1a3a22542bbe6f42649f1af7c579ddbb8134b2 (patch)
tree35644b91bd58aabc092976d18903d25a812e07eb /compiler/dex/mir_dataflow.cc
parentad3c05971fc4603d9151cc61d2c8289a3e3e4ae0 (diff)
parent0b9203e7996ee1856f620f95d95d8a273c43a3df (diff)
Merge "ART: Some Quick cleanup"
Diffstat (limited to 'compiler/dex/mir_dataflow.cc')
-rw-r--r--compiler/dex/mir_dataflow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/mir_dataflow.cc b/compiler/dex/mir_dataflow.cc
index 6704112281..f09d1ae6d0 100644
--- a/compiler/dex/mir_dataflow.cc
+++ b/compiler/dex/mir_dataflow.cc
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include "compiler_internals.h"
#include "local_value_numbering.h"
#include "dataflow_iterator-inl.h"