summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2015-01-30 10:18:03 -0800
committerBrian Carlstrom <bdc@google.com>2015-01-30 10:18:03 -0800
commit02c5f4dbc26d3a055953a5ac4578817bc0375b41 (patch)
tree980c75c6fce53f7d8ec5f7f50450b21381766e9b /runtime/parsed_options.cc
parent9544368685b4aa65e746332e602491a3e8e5b247 (diff)
downloadart-02c5f4dbc26d3a055953a5ac4578817bc0375b41.tar.gz
art-02c5f4dbc26d3a055953a5ac4578817bc0375b41.tar.bz2
art-02c5f4dbc26d3a055953a5ac4578817bc0375b41.zip
Remove some unused cutils/properties.h references
Also remove an obsolete include workaround Change-Id: Ie17387280285b969c4e9b5334bafde8239b9faf6
Diffstat (limited to 'runtime/parsed_options.cc')
-rw-r--r--runtime/parsed_options.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/parsed_options.cc b/runtime/parsed_options.cc
index 4551d5b0e1..96430a0530 100644
--- a/runtime/parsed_options.cc
+++ b/runtime/parsed_options.cc
@@ -18,10 +18,6 @@
#include <sstream>
-#ifdef HAVE_ANDROID_OS
-#include "cutils/properties.h"
-#endif
-
#include "base/stringpiece.h"
#include "debugger.h"
#include "gc/heap.h"