summaryrefslogtreecommitdiffstats
path: root/runtime/reflection_test.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-03-14 14:37:59 -0700
committerIan Rogers <irogers@google.com>2014-03-14 14:37:59 -0700
commit88e46a35b4b898ec2032348a185d2b0b812b6ad9 (patch)
tree94a172b2ba723a8996db0de0dec7d85f46d99c61 /runtime/reflection_test.cc
parent4e81ffbf3bb8cd2851cd0a393682d514ab143c49 (diff)
downloadart-88e46a35b4b898ec2032348a185d2b0b812b6ad9.tar.gz
art-88e46a35b4b898ec2032348a185d2b0b812b6ad9.tar.bz2
art-88e46a35b4b898ec2032348a185d2b0b812b6ad9.zip
Remove unused variable and tidy test #includes.
Change-Id: I0eaeea0d50f66302d632aab400cfa48dc301ef69
Diffstat (limited to 'runtime/reflection_test.cc')
-rw-r--r--runtime/reflection_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc
index c14da5dc00..5332202198 100644
--- a/runtime/reflection_test.cc
+++ b/runtime/reflection_test.cc
@@ -16,7 +16,7 @@
#include "reflection.h"
-#include <cmath>
+#include <limits.h>
#include "common_compiler_test.h"
#include "mirror/art_method-inl.h"