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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/gc/task_processor_test.cc b/runtime/gc/task_processor_test.cc
index 5a75b37b67..77b40e4593 100644
--- a/runtime/gc/task_processor_test.cc
+++ b/runtime/gc/task_processor_test.cc
@@ -14,11 +14,11 @@
* limitations under the License.
*/
+#include "task_processor.h"
#include "base/time_utils.h"
#include "common_runtime_test.h"
-#include "task_processor.h"
-#include "thread_pool.h"
#include "thread-current-inl.h"
+#include "thread_pool.h"
namespace art {
namespace gc {