summaryrefslogtreecommitdiffstats
path: root/runtime/gc/task_processor_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/task_processor_test.cc')
-rw-r--r--runtime/gc/task_processor_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/task_processor_test.cc b/runtime/gc/task_processor_test.cc
index 5dd6d8f..f06f68d 100644
--- a/runtime/gc/task_processor_test.cc
+++ b/runtime/gc/task_processor_test.cc
@@ -14,11 +14,11 @@
* limitations under the License.
*/
+#include "base/time_utils.h"
#include "common_runtime_test.h"
#include "task_processor.h"
#include "thread_pool.h"
#include "thread-inl.h"
-#include "utils.h"
namespace art {
namespace gc {