aboutsummaryrefslogtreecommitdiff
path: root/tests/worker_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/worker_test.cpp')
-rw-r--r--tests/worker_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/worker_test.cpp b/tests/worker_test.cpp
index 82523f0..cb6275e 100644
--- a/tests/worker_test.cpp
+++ b/tests/worker_test.cpp
@@ -1,10 +1,10 @@
+#include "utils/Worker.h"
+
#include <gtest/gtest.h>
#include <hardware/hardware.h>
#include <chrono>
-#include "worker.h"
-
using android::Worker;
struct TestWorker : public Worker {